HomeSort by relevance Sort by last modified time
    Searched refs:CoroutinePromise (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaCoroutine.cpp 135 if (!ScopeInfo->CoroutinePromise) {
145 ScopeInfo->CoroutinePromise =
149 S.CheckVariableDeclarationType(ScopeInfo->CoroutinePromise);
150 if (!ScopeInfo->CoroutinePromise->isInvalidDecl())
151 S.ActOnUninitializedDecl(ScopeInfo->CoroutinePromise, false);
263 assert(Coroutine->CoroutinePromise && "no promise for coroutine");
266 auto *Promise = Coroutine->CoroutinePromise;
392 ActOnDeclStmt(ConvertDeclToDeclGroup(Fn->CoroutinePromise), Loc, Loc);
ScopeInfo.cpp 42 CoroutinePromise = nullptr;
  /external/clang/include/clang/Sema/
ScopeInfo.h 149 VarDecl *CoroutinePromise;

Completed in 51 milliseconds