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