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.cpp285 StmtCanThrow(S.getSuspendExpr()); in emitSuspendExpression()
426 QualType ReturnTy = S.getSuspendExpr()->getType(); in generateAwaitSuspendWrapper()
460 auto *SuspendRet = EmitScalarExpr(S.getSuspendExpr()); in generateAwaitSuspendWrapper()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h5138 Expr *getSuspendExpr() const { in getSuspendExpr() function
5152 auto *SuspendExpr = getSuspendExpr(); in getSuspendReturnType()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3267 if (auto *R = Visit(E->getSuspendExpr())) in VisitCoroutineSuspendExpr()