mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] AST: Define SubstitutionMap::getInnermostReplacementTypes
This commit is contained in:
@@ -150,6 +150,10 @@ public:
|
||||
/// generic parameters.
|
||||
ArrayRef<Type> getReplacementTypes() const;
|
||||
|
||||
/// Retrieve the array of replacement types for the innermost generic
|
||||
/// parameters.
|
||||
ArrayRef<Type> getInnermostReplacementTypes() const;
|
||||
|
||||
/// Query whether any replacement types in the map contain archetypes.
|
||||
bool hasArchetypes() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user