AST: Rename mapTypeIntoContext() => mapTypeIntoEnvironment(), mapTypeOutOfContext() => mapTypeOutOfEnvironment()

This commit is contained in:
Slava Pestov
2025-11-12 13:26:06 -05:00
parent e2287b6312
commit 819738c83e
179 changed files with 674 additions and 674 deletions

View File

@@ -325,7 +325,7 @@ private:
return;
}
Type SolutionInterfaceTy =
S.simplifyType(S.getType(DeclToResolve))->mapTypeOutOfContext();
S.simplifyType(S.getType(DeclToResolve))->mapTypeOutOfEnvironment();
addResult({/*BaseType=*/nullptr, /*IsDynamicRef=*/false, DeclToResolve,
SolutionInterfaceTy});