Searched refs:OnException (Results 1 – 4 of 4) sorted by relevance
116 SubStmts[CoroutineBodyStmt::OnException] = Args.OnException; in CoroutineBodyStmt()
325 OnException, ///< Handler for exceptions thrown in the body. enumerator351 Stmt *OnException = nullptr; member395 return getStoredStmts()[SubStmt::OnException]; in getExceptionHandler()
1695 this->OnException = UnhandledException.get(); in makeOnException()
8024 if (auto *OnException = S->getExceptionHandler()) { in TransformCoroutineBodyStmt() local8025 StmtResult Res = getDerived().TransformStmt(OnException); in TransformCoroutineBodyStmt()8028 Builder.OnException = Res.get(); in TransformCoroutineBodyStmt()