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

Public Attributes

cir::CallOp coroId = nullptr
mlir::Value coroBegin = nullptr

Detailed Description

Definition at line 23 of file CIRGenCoroutine.cpp.

Member Data Documentation

◆ coroBegin

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

Definition at line 29 of file CIRGenCoroutine.cpp.

◆ coroId

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

Definition at line 26 of file CIRGenCoroutine.cpp.


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