Migrate loadFingerprint onto ModuleDecl and Friends

This commit is contained in:
Robert Widmann
2020-11-18 11:14:50 -08:00
parent 912ed2711b
commit 883902411b
13 changed files with 32 additions and 27 deletions

View File

@@ -1215,6 +1215,11 @@ void SerializedASTFile::lookupObjCMethods(
File.lookupObjCMethods(selector, results);
}
Optional<Fingerprint>
SerializedASTFile::loadFingerprint(const IterableDeclContext *IDC) const {
return File.loadFingerprint(IDC);
}
void SerializedASTFile::lookupImportedSPIGroups(
const ModuleDecl *importedModule,
llvm::SmallSetVector<Identifier, 4> &spiGroups) const {