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

@@ -2453,7 +2453,7 @@ static void resolveCursorFromUSR(
if (DC->isTypeContext()) {
auto ContainerType = DC->getSelfInterfaceType();
ContainerType =
D->getInnermostDeclContext()->mapTypeIntoContext(ContainerType);
D->getInnermostDeclContext()->mapTypeIntoEnvironment(ContainerType);
}
ResolvedValueRefCursorInfoPtr Info = new ResolvedValueRefCursorInfo(