Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp286 StmtCanThrow(S.getSuspendExpr()); in emitSuspendExpression()
427 QualType ReturnTy = S.getSuspendExpr()->getType(); in generateAwaitSuspendWrapper()
461 auto *SuspendRet = EmitScalarExpr(S.getSuspendExpr()); in generateAwaitSuspendWrapper()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h5253 Expr *getSuspendExpr() const { in getSuspendExpr() function
5267 auto *SuspendExpr = getSuspendExpr(); in getSuspendReturnType()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3379 if (auto *R = Visit(E->getSuspendExpr())) in VisitCoroutineSuspendExpr()