clang 22.0.0git
CIRGenCoroutine.cpp File Reference
#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"

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)

Function Documentation

◆ createCoroData()