Home
last modified time | relevance | path

Searched defs:FinalSuspend (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h325 FinalSuspend, ///< The final suspend statement, run after the body. enumerator
352 Expr *FinalSuspend = nullptr; member
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp757 checkFinalSuspendNoThrow(const Stmt * FinalSuspend) checkFinalSuspendNoThrow() argument
820 StmtResult FinalSuspend = buildSuspends("final_suspend"); ActOnCoroutineBodyStart() local
H A DTreeTransform.h8130 StmtResult FinalSuspend = TransformCoroutineBodyStmt() local