Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp31 struct clang::CodeGen::CGCoroData { struct in clang::CodeGen
106 CurCoro.Data = std::make_unique<CGCoroData>(); in createCoroData()
112 static SmallString<32> buildSuspendPrefixStr(CGCoroData &Coro, AwaitKind Kind) { in buildSuspendPrefixStr()
222 static LValueOrRValue emitSuspendExpression(CodeGenFunction &CGF, CGCoroData &Coro, in emitSuspendExpression()
H A DCodeGenFunction.h102 struct CGCoroData;
364 std::unique_ptr<CGCoroData> Data;