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

References

tools/clang/lib/Sema/SemaCoroutine.cpp
  802   if (Awaitable.isInvalid())
  806   Awaitable = buildOperatorCoawaitCall(*this, S, Loc, Awaitable.get());
  806   Awaitable = buildOperatorCoawaitCall(*this, S, Loc, Awaitable.get());
  807   if (Awaitable.isInvalid())
  810   return BuildCoyieldExpr(Loc, Awaitable.get());