[AST] NFC: Rename getArgumentInterfaceType -> getPayloadInterfaceType

IMO this is a slightly clearer name, many of its
uses already use the term "payload".
This commit is contained in:
Hamish Knight
2024-09-29 15:54:08 +01:00
parent 8c5d7ee452
commit 91ae5d6345
20 changed files with 54 additions and 52 deletions

View File

@@ -4337,7 +4337,7 @@ public:
// reason). However, we need a more robust handling of deserialization
// dependencies that can handle circularities. rdar://problem/32359173
collectDependenciesFromType(dependencyTypes,
nextElt->getArgumentInterfaceType(),
nextElt->getPayloadInterfaceType(),
/*excluding*/theEnum->getParentModule());
}
for (Requirement req : theEnum->getGenericRequirements()) {