Searched refs:CGCoroData (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp31 struct clang::CodeGen::CGCoroData { struct in class:clang::CodeGen
85 // Defining these here allows to keep CGCoroData private to this file.
106 CurCoro.Data = std::unique_ptr<CGCoroData>(new CGCoroData);
112 static SmallString<32> buildSuspendPrefixStr(CGCoroData &Coro, AwaitKind Kind) {
175 static LValueOrRValue emitSuspendExpression(CodeGenFunction &CGF, CGCoroData &Coro,
H A DCodeGenFunction.h104 struct CGCoroData;
314 // wrapper to manage its lifetime, so that we don't have to define CGCoroData
317 std::unique_ptr<CGCoroData> Data;

Completed in 1370 milliseconds