mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit] DocInfo: Update the UIdent for synthesized extensions to respect the synthesized targets instead of the original extended types.
This commit is contained in:
@@ -231,6 +231,7 @@ public:
|
||||
|
||||
static SourceKit::UIdent getUIDForDecl(const swift::Decl *D,
|
||||
bool IsRef = false);
|
||||
static SourceKit::UIdent getUIDForExtensionOfDecl(const swift::Decl *D);
|
||||
static SourceKit::UIdent getUIDForLocalVar(bool IsRef = false);
|
||||
static SourceKit::UIdent getUIDForCodeCompletionDeclKind(
|
||||
swift::ide::CodeCompletionDeclKind Kind, bool IsRef = false);
|
||||
|
||||
Reference in New Issue
Block a user