Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h304 FinalSuspend, ///< The final suspend statement, run after the body. enumerator
315 Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough, in CoroutineBodyStmt()
/external/llvm-project/clang/include/clang/AST/
DStmtCXX.h324 FinalSuspend, ///< The final suspend statement, run after the body. enumerator
351 Expr *FinalSuspend = nullptr; member
/external/clang/lib/Sema/
DSemaCoroutine.cpp407 ExprResult FinalSuspend = in CheckCompletedCoroutineBody() local
/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp710 bool Sema::checkFinalSuspendNoThrow(const Stmt *FinalSuspend) { in checkFinalSuspendNoThrow()
769 StmtResult FinalSuspend = buildSuspends("final_suspend"); in ActOnCoroutineBodyStart() local
DTreeTransform.h7652 StmtResult FinalSuspend = in TransformCoroutineBodyStmt() local