Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp31 struct clang::CodeGen::CGCoroData { struct in clang::CodeGen
106 CurCoro.Data = std::unique_ptr<CGCoroData>(new CGCoroData); in createCoroData()
112 static SmallString<32> buildSuspendPrefixStr(CGCoroData &Coro, AwaitKind Kind) { in buildSuspendPrefixStr()
175 static LValueOrRValue emitSuspendExpression(CodeGenFunction &CGF, CGCoroData &Coro, in emitSuspendExpression()
DCodeGenFunction.h104 struct CGCoroData;
317 std::unique_ptr<CGCoroData> Data;