reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 9154   bool ActOnCoroutineBodyStart(Scope *S, SourceLocation KwLoc,

References

tools/clang/lib/Sema/SemaCoroutine.cpp
  693   if (!ActOnCoroutineBodyStart(S, Loc, "co_await")) {
  792   if (!ActOnCoroutineBodyStart(S, Loc, "co_yield")) {
  847   if (!ActOnCoroutineBodyStart(S, Loc, "co_return")) {
tools/clang/lib/Sema/SemaStmt.cpp
 2127     if (!ActOnCoroutineBodyStart(S, CoawaitLoc, "co_await"))