Searched refs:OnException (Results 1 – 5 of 5) sorted by relevance
305 OnException, ///< Handler for exceptions thrown in the body. enumerator315 Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough, in CoroutineBodyStmt() argument322 SubStmts[CoroutineBodyStmt::OnException] = OnException; in CoroutineBodyStmt()343 Stmt *getExceptionHandler() const { return SubStmts[SubStmt::OnException]; } in getExceptionHandler()
116 SubStmts[CoroutineBodyStmt::OnException] = Args.OnException; in CoroutineBodyStmt()
325 OnException, ///< Handler for exceptions thrown in the body. enumerator352 Stmt *OnException = nullptr; member397 return getStoredStmts()[SubStmt::OnException]; in getExceptionHandler()
1518 this->OnException = UnhandledException.get(); in makeOnException()
7697 if (auto *OnException = S->getExceptionHandler()) { in TransformCoroutineBodyStmt() local7698 StmtResult Res = getDerived().TransformStmt(OnException); in TransformCoroutineBodyStmt()7701 Builder.OnException = Res.get(); in TransformCoroutineBodyStmt()