mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] In interface-gen request, allow clients to send SourceKit an interested USR from which we can infer the group name.
This commit is contained in:
@@ -634,6 +634,7 @@ public:
|
||||
void collectAllGroups(std::vector<StringRef> &Names) const;
|
||||
Optional<CommentInfo> getCommentForDecl(const Decl *D) const;
|
||||
Optional<CommentInfo> getCommentForDeclByUSR(StringRef USR) const;
|
||||
Optional<StringRef> getGroupNameByUSR(StringRef USR) const;
|
||||
|
||||
Identifier getDiscriminatorForPrivateValue(const ValueDecl *D);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user