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

References

tools/clang/lib/Sema/SemaCoroutine.cpp
  813   auto *Coroutine = checkCoroutineContext(*this, Loc, "co_yield");
  824     Expr *Res = new (Context) CoyieldExpr(Loc, Context.DependentTy, E);
  835       buildCoawaitCalls(*this, Coroutine->CoroutinePromise, Loc, E);
  840       new (Context) CoyieldExpr(Loc, E, RSS.Results[0], RSS.Results[1],