Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h324 FinalSuspend, ///< The final suspend statement, run after the body. enumerator
351 Expr *FinalSuspend = nullptr; member
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp711 bool Sema::checkFinalSuspendNoThrow(const Stmt *FinalSuspend) { in checkFinalSuspendNoThrow()
770 StmtResult FinalSuspend = buildSuspends("final_suspend"); in ActOnCoroutineBodyStart() local
H A DTreeTransform.h7743 StmtResult FinalSuspend = in TransformCoroutineBodyStmt() local