mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -1110,6 +1110,11 @@ void SerializedASTFile::lookupObjCMethods(
|
||||
File.lookupObjCMethods(selector, results);
|
||||
}
|
||||
|
||||
void SerializedASTFile::lookupImportedSPIGroups(const ModuleDecl *importedModule,
|
||||
SmallVectorImpl<Identifier> &spiGroups) const {
|
||||
File.lookupImportedSPIGroups(importedModule, spiGroups);
|
||||
}
|
||||
|
||||
Optional<CommentInfo>
|
||||
SerializedASTFile::getCommentForDecl(const Decl *D) const {
|
||||
return File.getCommentForDecl(D);
|
||||
|
||||
Reference in New Issue
Block a user