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:
@@ -2531,6 +2531,11 @@ void ModuleFile::lookupObjCMethods(
|
||||
}
|
||||
}
|
||||
|
||||
void ModuleFile::lookupImportedSPIs(const ModuleDecl *importedModule,
|
||||
SmallVectorImpl<Identifier> &spis) const {
|
||||
// TODO
|
||||
}
|
||||
|
||||
void
|
||||
ModuleFile::collectLinkLibraries(ModuleDecl::LinkLibraryCallback callback) const {
|
||||
for (auto &lib : LinkLibraries)
|
||||
|
||||
Reference in New Issue
Block a user