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:
@@ -326,7 +326,7 @@ bool CompletionInstance::performCachedOperaitonIfPossible(
|
||||
|
||||
// Re-process the whole file (parsing will be lazily triggered). Still
|
||||
// re-use imported modules.
|
||||
performNameBinding(*newSF);
|
||||
performImportResolution(*newSF);
|
||||
bindExtensions(*newSF);
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
||||
Reference in New Issue
Block a user