mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
NFC: Rename NameBinding to ImportResolution
This commit is contained in:
@@ -129,7 +129,7 @@ ModuleDecl *SourceLoader::loadModule(SourceLoc importLoc,
|
||||
Ctx.LangOpts.CollectParsedToken,
|
||||
Ctx.LangOpts.BuildSyntaxTree);
|
||||
importMod->addFile(*importFile);
|
||||
performNameBinding(*importFile);
|
||||
performImportResolution(*importFile);
|
||||
importMod->setHasResolvedImports();
|
||||
return importMod;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user