reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
575 if (!isValidCoroutineContext(S, Loc, Keyword)) 578 assert(isa<FunctionDecl>(S.CurContext) && "not in a function scope"); 580 auto *ScopeInfo = S.getCurFunction(); 589 if (!S.buildCoroutineParameterMoves(Loc)) 592 ScopeInfo->CoroutinePromise = S.buildCoroutinePromise(Loc);