Home
last modified time | relevance | path

Searched refs:getResumeExpr (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCoroutine.cpp233 memberCallExpressionCanThrow(S.getResumeExpr())) { in emitSuspendExpression()
238 auto Loc = S.getResumeExpr()->getExprLoc(); in emitSuspendExpression()
241 auto *TryBody = CompoundStmt::Create(CGF.getContext(), S.getResumeExpr(), in emitSuspendExpression()
249 Res.LV = CGF.EmitLValue(S.getResumeExpr()); in emitSuspendExpression()
251 Res.RV = CGF.EmitAnyExpr(S.getResumeExpr(), aggSlot, ignoreResult); in emitSuspendExpression()
292 const auto *RE = E->getResumeExpr(); in getCoroutineSuspendExprReturnType()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp444 return ClassifyInternal(Ctx, cast<CoroutineSuspendExpr>(E)->getResumeExpr()); in ClassifyInternal()
H A DComputeDependence.cpp372 if (auto *Resume = E->getResumeExpr()) in computeDependence()
H A DExpr.cpp2594 return cast<CoroutineSuspendExpr>(this)->getResumeExpr()-> in isUnusedResultAWarning()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h4974 Expr *getResumeExpr() const { in getResumeExpr() function
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp3261 if (auto *R = Visit(E->getResumeExpr())) in VisitCoroutineSuspendExpr()