|
clang 22.0.0git
|
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.h"
Public Member Functions | |
| CGCoroInfo () | |
| ~CGCoroInfo () | |
Public Attributes | |
| std::unique_ptr< CGCoroData > | data |
Definition at line 107 of file CIRGenFunction.h.
| CIRGenFunction::CGCoroInfo::CGCoroInfo | ( | ) |
Definition at line 33 of file CIRGenCoroutine.cpp.
| CIRGenFunction::CGCoroInfo::~CGCoroInfo | ( | ) |
Definition at line 34 of file CIRGenCoroutine.cpp.
| std::unique_ptr<CGCoroData> clang::CIRGen::CIRGenFunction::CGCoroInfo::data |
Definition at line 108 of file CIRGenFunction.h.
Referenced by createCoroData().