| clang 22.0.0git
    | 
| Public Types | |
| enum | AwaitCallType { ACT_Ready , ACT_Suspend , ACT_Resume } | 
| Public Attributes | |
| Expr * | Results [3] | 
| OpaqueValueExpr * | OpaqueValue | 
| bool | IsInvalid | 
Definition at line 289 of file SemaCoroutine.cpp.
| Enumerator | |
|---|---|
| ACT_Ready | |
| ACT_Suspend | |
| ACT_Resume | |
Definition at line 290 of file SemaCoroutine.cpp.
| bool ReadySuspendResumeResult::IsInvalid | 
Definition at line 293 of file SemaCoroutine.cpp.
Referenced by buildCoawaitCalls(), clang::Sema::BuildCoyieldExpr(), and clang::Sema::BuildResolvedCoawaitExpr().
| OpaqueValueExpr* ReadySuspendResumeResult::OpaqueValue | 
Definition at line 292 of file SemaCoroutine.cpp.
Referenced by clang::Sema::BuildCoyieldExpr(), and clang::Sema::BuildResolvedCoawaitExpr().
| Expr* ReadySuspendResumeResult::Results[3] | 
Definition at line 291 of file SemaCoroutine.cpp.
Referenced by buildCoawaitCalls(), clang::Sema::BuildCoyieldExpr(), and clang::Sema::BuildResolvedCoawaitExpr().