Home
last modified time | relevance | path

Searched refs:ActOnCoroutineBodyStart (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp687 bool Sema::ActOnCoroutineBodyStart(Scope *SC, SourceLocation KWLoc, in ActOnCoroutineBodyStart() function in Sema
794 if (!ActOnCoroutineBodyStart(S, Loc, "co_await")) { in ActOnCoawaitExpr()
916 if (!ActOnCoroutineBodyStart(S, Loc, "co_yield")) { in ActOnCoyieldExpr()
971 if (!ActOnCoroutineBodyStart(S, Loc, "co_return")) { in ActOnCoreturnStmt()
H A DSemaStmt.cpp2371 if (!ActOnCoroutineBodyStart(S, CoawaitLoc, "co_await")) { in ActOnCXXForRangeStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2685 bool ActOnCoroutineBodyStart(Scope *S, SourceLocation KwLoc,