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. enumerator352 Stmt *OnException = nullptr; member397 return getStoredStmts()[SubStmt::OnException]; in getExceptionHandler()
1520 this->OnException = UnhandledException.get(); in makeOnException()
7788 if (auto *OnException = S->getExceptionHandler()) { in TransformCoroutineBodyStmt() local7789 StmtResult Res = getDerived().TransformStmt(OnException); in TransformCoroutineBodyStmt()7792 Builder.OnException = Res.get(); in TransformCoroutineBodyStmt()