Searched refs:OnException (Results 1 – 4 of 4) sorted by relevance
117 SubStmts[CoroutineBodyStmt::OnException] = Args.OnException; in CoroutineBodyStmt()
326 OnException, ///< Handler for exceptions thrown in the body. enumerator353 Stmt *OnException = nullptr; member399 return getStoredStmts()[SubStmt::OnException]; in getExceptionHandler()
1710 this->OnException = UnhandledException.get(); in makeOnException()
8470 if (auto *OnException = S->getExceptionHandler()) { in TransformCoroutineBodyStmt() local8471 StmtResult Res = getDerived().TransformStmt(OnException); in TransformCoroutineBodyStmt()8474 Builder.OnException = Res.get(); in TransformCoroutineBodyStmt()