mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] Intro service lookupImportedSPIs to find direct SPI imports of a module
This commit is contained in:
@@ -350,6 +350,10 @@ public:
|
||||
ObjCSelector selector,
|
||||
SmallVectorImpl<AbstractFunctionDecl *> &results) const override;
|
||||
|
||||
virtual void
|
||||
lookupImportedSPIs(const ModuleDecl *importedModule,
|
||||
SmallVectorImpl<Identifier> &spis) const override;
|
||||
|
||||
Optional<CommentInfo> getCommentForDecl(const Decl *D) const override;
|
||||
|
||||
Optional<StringRef> getGroupNameForDecl(const Decl *D) const override;
|
||||
|
||||
Reference in New Issue
Block a user