Searched refs:ActOnCoroutineBodyStart (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 775 bool Sema::ActOnCoroutineBodyStart(Scope *SC, SourceLocation KWLoc, in ActOnCoroutineBodyStart() function in Sema 882 if (!ActOnCoroutineBodyStart(S, Loc, "co_await")) { in ActOnCoawaitExpr() 1006 if (!ActOnCoroutineBodyStart(S, Loc, "co_yield")) { in ActOnCoyieldExpr() 1061 if (!ActOnCoroutineBodyStart(S, Loc, "co_return")) { in ActOnCoreturnStmt()
|
| H A D | SemaStmt.cpp | 2529 if (!ActOnCoroutineBodyStart(S, CoawaitLoc, "co_await")) { in ActOnCXXForRangeStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 11233 bool ActOnCoroutineBodyStart(Scope *S, SourceLocation KwLoc,
|