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

References

tools/clang/lib/AST/Expr.cpp
 2407     return cast<CoroutineSuspendExpr>(this)->getResumeExpr()->
tools/clang/lib/AST/ExprClassification.cpp
  428     return ClassifyInternal(Ctx, cast<CoroutineSuspendExpr>(E)->getResumeExpr());
tools/clang/lib/CodeGen/CGCoroutine.cpp
  233       memberCallExpressionCanThrow(S.getResumeExpr())) {
  238     auto Loc = S.getResumeExpr()->getExprLoc();
  242         CompoundStmt::Create(CGF.getContext(), S.getResumeExpr(), Loc, Loc);
  249     Res.LV = CGF.EmitLValue(S.getResumeExpr());
  251     Res.RV = CGF.EmitAnyExpr(S.getResumeExpr(), aggSlot, ignoreResult);
  292   const auto *RE = E->getResumeExpr();