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

References

tools/clang/include/clang/Sema/ScopeInfo.h
  473     NeedsCoroutineSuspends = value;
  477     return !NeedsCoroutineSuspends && CoroutineSuspends.first == nullptr;
  483     NeedsCoroutineSuspends = false;
tools/clang/lib/Sema/ScopeInfo.cpp
   46   NeedsCoroutineSuspends = true;
tools/clang/lib/Sema/SemaCoroutine.cpp
  608   if (!ScopeInfo->NeedsCoroutineSuspends)
tools/clang/lib/Sema/TreeTransform.h
 7184          ScopeInfo->NeedsCoroutineSuspends &&