We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74941d3 commit 7fa676eCopy full SHA for 7fa676e
include/swift/SIL/SILType.h
@@ -419,6 +419,12 @@ class SILType {
419
bool hasLocalArchetype() const {
420
return getASTType()->hasLocalArchetype();
421
}
422
+
423
+ /// Returns true if the referenced type is expressed in terms of one
424
+ /// or more parameterized protocol types.
425
+ bool hasParameterizedExistential() const {
426
+ return getASTType()->hasParameterizedExistential();
427
+ }
428
429
/// Returns the representation used by an existential type. If the concrete
430
/// type is provided, this may return a specialized representation kind that
0 commit comments