|
clang 22.0.0git
|
Public Attributes | |
| cir::AwaitKind | currentAwaitKind = cir::AwaitKind::Init |
| cir::CallOp | coroId = nullptr |
| mlir::Value | coroBegin = nullptr |
| mlir::Operation * | finalSuspendInsPoint |
| unsigned | coreturnCount = 0 |
| Stmt * | exceptionHandler = nullptr |
Definition at line 24 of file CIRGenCoroutine.cpp.
| unsigned clang::CIRGen::CGCoroData::coreturnCount = 0 |
Definition at line 43 of file CIRGenCoroutine.cpp.
| mlir::Value clang::CIRGen::CGCoroData::coroBegin = nullptr |
Definition at line 34 of file CIRGenCoroutine.cpp.
| cir::CallOp clang::CIRGen::CGCoroData::coroId = nullptr |
Definition at line 31 of file CIRGenCoroutine.cpp.
| cir::AwaitKind clang::CIRGen::CGCoroData::currentAwaitKind = cir::AwaitKind::Init |
Definition at line 28 of file CIRGenCoroutine.cpp.
Definition at line 46 of file CIRGenCoroutine.cpp.
| mlir::Operation* clang::CIRGen::CGCoroData::finalSuspendInsPoint |
Definition at line 39 of file CIRGenCoroutine.cpp.