Searched refs:ActOnCoroutineBodyStart (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 690 bool Sema::ActOnCoroutineBodyStart(Scope *SC, SourceLocation KWLoc, in ActOnCoroutineBodyStart() function in Sema 785 if (!ActOnCoroutineBodyStart(S, Loc, "co_await")) { in ActOnCoawaitExpr() 908 if (!ActOnCoroutineBodyStart(S, Loc, "co_yield")) { in ActOnCoyieldExpr() 965 if (!ActOnCoroutineBodyStart(S, Loc, "co_return")) { in ActOnCoreturnStmt()
|
| H A D | SemaStmt.cpp | 2510 if (!ActOnCoroutineBodyStart(S, CoawaitLoc, "co_await")) { in ActOnCXXForRangeStmt()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 10558 bool ActOnCoroutineBodyStart(Scope *S, SourceLocation KwLoc,
|