mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Add option for returning fully qualified types in variable type request
This commit is contained in:
@@ -693,7 +693,7 @@ public:
|
||||
|
||||
void collectVariableTypes(
|
||||
StringRef FileName, ArrayRef<const char *> Args,
|
||||
Optional<unsigned> Offset, Optional<unsigned> Length,
|
||||
Optional<unsigned> Offset, Optional<unsigned> Length, bool FullyQualified,
|
||||
SourceKitCancellationToken CancellationToken,
|
||||
std::function<void(const RequestResult<VariableTypesInFile> &)> Receiver)
|
||||
override;
|
||||
|
||||
Reference in New Issue
Block a user