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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp600 bool Sema::ActOnCoroutineBodyStart(Scope *SC, SourceLocation KWLoc, function in class:Sema
694 if (!ActOnCoroutineBodyStart(S, Loc, "co_await")) {
793 if (!ActOnCoroutineBodyStart(S, Loc, "co_yield")) {
848 if (!ActOnCoroutineBodyStart(S, Loc, "co_return")) {
H A DSemaStmt.cpp2127 if (!ActOnCoroutineBodyStart(S, CoawaitLoc, "co_await"))
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9548 bool ActOnCoroutineBodyStart(Scope *S, SourceLocation KwLoc,

Completed in 101 milliseconds