mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Rename mapTypeIntoContext() => mapTypeIntoEnvironment(), mapTypeOutOfContext() => mapTypeOutOfEnvironment()
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user