NFC: Rename NameBinding to ImportResolution

This commit is contained in:
Hamish Knight
2020-03-28 15:11:23 -07:00
parent e8cbe76cba
commit d2434e1bf7
10 changed files with 77 additions and 83 deletions

View File

@@ -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