clang 22.0.0git
clang::CIRGen::CGCoroData Struct Reference

Public Attributes

cir::AwaitKind currentAwaitKind = cir::AwaitKind::Init
cir::CallOp coroId = nullptr
mlir::Value coroBegin = nullptr

Detailed Description

Definition at line 24 of file CIRGenCoroutine.cpp.

Member Data Documentation

◆ coroBegin

mlir::Value clang::CIRGen::CGCoroData::coroBegin = nullptr

Definition at line 34 of file CIRGenCoroutine.cpp.

◆ coroId

cir::CallOp clang::CIRGen::CGCoroData::coroId = nullptr

Definition at line 31 of file CIRGenCoroutine.cpp.

◆ currentAwaitKind

cir::AwaitKind clang::CIRGen::CGCoroData::currentAwaitKind = cir::AwaitKind::Init

Definition at line 28 of file CIRGenCoroutine.cpp.


The documentation for this struct was generated from the following file: