Searched defs:FinalSuspend (Results 1 – 3 of 3) sorted by relevance
324 FinalSuspend, ///< The final suspend statement, run after the body. enumerator350 Expr *FinalSuspend = nullptr; member
672 bool Sema::checkFinalSuspendNoThrow(const Stmt *FinalSuspend) { in checkFinalSuspendNoThrow()732 StmtResult FinalSuspend = buildSuspends("final_suspend"); in ActOnCoroutineBodyStart() local
7979 StmtResult FinalSuspend = in TransformCoroutineBodyStmt() local