HomeSort by: relevance | last modified time | path
    Searched refs:CGCoroData (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp 31 struct clang::CodeGen::CGCoroData {
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,
CodeGenFunction.h 105 struct CGCoroData;
332 // wrapper to manage its lifetime, so that we don't have to define CGCoroData
335 std::unique_ptr<CGCoroData> Data;

Completed in 33 milliseconds