[AST] Intro service lookupImportedSPIs to find direct SPI imports of a module

This commit is contained in:
Alexis Laferrière
2020-02-06 12:28:19 -08:00
parent 3552f800a9
commit 501f458879
8 changed files with 51 additions and 0 deletions

View File

@@ -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;