mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
First cut of making coroutine AST type
This commit is contained in:
@@ -1524,6 +1524,10 @@ public:
|
||||
/// type, return the abstraction pattern for one of its argument types.
|
||||
AbstractionPattern getParameterizedProtocolArgType(unsigned i) const;
|
||||
|
||||
/// Given that the value being abstracted is a yield result type,
|
||||
/// return the abstraction pattern for corresponding type.
|
||||
AbstractionPattern getYieldResultType() const;
|
||||
|
||||
/// Given that the value being abstracted is a function, return the
|
||||
/// abstraction pattern for its result type.
|
||||
AbstractionPattern getFunctionResultType() const;
|
||||
|
||||
Reference in New Issue
Block a user