Home
last modified time | relevance | path

Searched refs:getSuspendExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp236 auto *SuspendRet = CGF.EmitScalarExpr(S.getSuspendExpr()); in emitSuspendExpression()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4988 Expr *getSuspendExpr() const { in getSuspendExpr() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3270 if (auto *R = Visit(E->getSuspendExpr())) in VisitCoroutineSuspendExpr()