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

References

tools/clang/lib/Sema/SemaCoroutine.cpp
  604   assert(ScopeInfo->CoroutinePromise);
  608   if (!ScopeInfo->NeedsCoroutineSuspends)
  611   ScopeInfo->setNeedsCoroutineSuspends(false);
  618         buildPromiseCall(*this, ScopeInfo->CoroutinePromise, Loc, Name, None);
  644   ScopeInfo->setCoroutineSuspends(InitSuspend.get(), FinalSuspend.get());