Merge pull request #64854 from DougGregor/top-level-macro-lookup

This commit is contained in:
Doug Gregor
2023-04-03 06:50:39 -07:00
committed by GitHub
18 changed files with 116 additions and 38 deletions

View File

@@ -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);
}