Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp342 StmtCanThrow(S.getResumeExpr())) { in emitSuspendExpression()
347 auto Loc = S.getResumeExpr()->getExprLoc(); in emitSuspendExpression()
350 auto *TryBody = CompoundStmt::Create(CGF.getContext(), S.getResumeExpr(), in emitSuspendExpression()
367 Res.LV = CGF.EmitLValue(S.getResumeExpr()); in emitSuspendExpression()
369 Res.RV = CGF.EmitAnyExpr(S.getResumeExpr(), aggSlot, ignoreResult); in emitSuspendExpression()
405 const auto *RE = E->getResumeExpr(); in getCoroutineSuspendExprReturnType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp457 return ClassifyInternal(Ctx, cast<CoroutineSuspendExpr>(E)->getResumeExpr()); in ClassifyInternal()
H A DComputeDependence.cpp404 if (auto *Resume = E->getResumeExpr()) in computeDependence()
H A DExpr.cpp2624 return cast<CoroutineSuspendExpr>(this)->getResumeExpr()-> in isUnusedResultAWarning()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h5142 Expr *getResumeExpr() const { in getResumeExpr() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3265 if (auto *R = Visit(E->getResumeExpr())) in VisitCoroutineSuspendExpr()