reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9154 bool ActOnCoroutineBodyStart(Scope *S, SourceLocation KwLoc,
693 if (!ActOnCoroutineBodyStart(S, Loc, "co_await")) { 792 if (!ActOnCoroutineBodyStart(S, Loc, "co_yield")) { 847 if (!ActOnCoroutineBodyStart(S, Loc, "co_return")) {tools/clang/lib/Sema/SemaStmt.cpp
2127 if (!ActOnCoroutineBodyStart(S, CoawaitLoc, "co_await"))