mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #64854 from DougGregor/top-level-macro-lookup
This commit is contained in:
@@ -1501,6 +1501,7 @@ bool SerializedASTFile::isSystemModule() const {
|
||||
}
|
||||
|
||||
void SerializedASTFile::lookupValue(DeclName name, NLKind lookupKind,
|
||||
OptionSet<ModuleLookupFlags> Flags,
|
||||
SmallVectorImpl<ValueDecl*> &results) const{
|
||||
File.lookupValue(name, results);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user