|
clang 22.0.0git
|
#include "CIRGenFunction.h"#include "mlir/Support/LLVM.h"#include "clang/AST/StmtCXX.h"#include "clang/Basic/TargetInfo.h"#include "clang/CIR/Dialect/IR/CIRTypes.h"#include "clang/CIR/MissingFeatures.h"Go to the source code of this file.
Classes | |
| struct | clang::CIRGen::CGCoroData |
Functions | |
| static void | createCoroData (CIRGenFunction &cgf, CIRGenFunction::CGCoroInfo &curCoro, cir::CallOp coroId) |
|
static |
Definition at line 36 of file CIRGenCoroutine.cpp.
References clang::CIRGen::CIRGenFunction::curCoro, and clang::CIRGen::CIRGenFunction::CGCoroInfo::data.
Referenced by clang::CodeGen::CodeGenFunction::EmitCoroutineBody(), clang::CIRGen::CIRGenFunction::emitCoroutineBody(), and clang::CodeGen::CodeGenFunction::EmitCoroutineIntrinsic().