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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 642 if (ScopeInfo->CoroutinePromise)
648 ScopeInfo->CoroutinePromise = S.buildCoroutinePromise(Loc);
649 if (!ScopeInfo->CoroutinePromise)
734 assert(ScopeInfo->CoroutinePromise);
748 buildPromiseCall(*this, ScopeInfo->CoroutinePromise, Loc, Name, None);
855 auto *Promise = FSI->CoroutinePromise;
910 *this, Coroutine->CoroutinePromise, CallLoc, E);
931 *this, getCurFunction()->CoroutinePromise, Loc, "yield_value", E);
965 *this, Coroutine->CoroutinePromise, Loc, E);
1014 VarDecl *Promise = FSI->CoroutinePromise;
    [all...]
ScopeInfo.cpp 45 CoroutinePromise = nullptr;
AnalysisBasedWarnings.cpp 677 S.Diag(Loc, DiagID) << FSI->CoroutinePromise->getType();
TreeTransform.h 7713 assert(FD && ScopeInfo && !ScopeInfo->CoroutinePromise &&
7728 // statements reference the FunctionScopeInfo::CoroutinePromise).
7735 ScopeInfo->CoroutinePromise = Promise;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 203 VarDecl *CoroutinePromise = nullptr;

Completed in 90 milliseconds