HomeSort by: relevance | last modified time | path
    Searched refs:ActOnCoroutineBodyStart (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 729 bool Sema::ActOnCoroutineBodyStart(Scope *SC, SourceLocation KWLoc,
823 if (!ActOnCoroutineBodyStart(S, Loc, "co_await")) {
922 if (!ActOnCoroutineBodyStart(S, Loc, "co_yield")) {
977 if (!ActOnCoroutineBodyStart(S, Loc, "co_return")) {
SemaStmt.cpp 2471 if (!ActOnCoroutineBodyStart(S, CoawaitLoc, "co_await")) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 10125 bool ActOnCoroutineBodyStart(Scope *S, SourceLocation KwLoc,

Completed in 26 milliseconds