mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Rename getOpenedArchetypeSignature() to getOpenedExistentialSignature()
This commit is contained in:
@@ -1924,8 +1924,8 @@ typeEraseExistentialSelfReferences(
|
||||
}
|
||||
|
||||
const auto existentialSig =
|
||||
baseTy->getASTContext().getOpenedArchetypeSignature(baseTy,
|
||||
GenericSignature());
|
||||
baseTy->getASTContext().getOpenedExistentialSignature(baseTy,
|
||||
GenericSignature());
|
||||
|
||||
unsigned metatypeDepth = 0;
|
||||
|
||||
@@ -6561,7 +6561,7 @@ static bool doesMemberHaveUnfulfillableConstraintsWithExistentialBase(
|
||||
|
||||
return Action::Stop;
|
||||
}
|
||||
} isDependentOnSelfWalker(member->getASTContext().getOpenedArchetypeSignature(
|
||||
} isDependentOnSelfWalker(member->getASTContext().getOpenedExistentialSignature(
|
||||
baseTy, GenericSignature()));
|
||||
|
||||
for (const auto &req : sig.getRequirements()) {
|
||||
|
||||
Reference in New Issue
Block a user