mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Migrate loadFingerprint onto ModuleDecl and Friends
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user