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()
1568 this->OnException = UnhandledException.get(); in makeOnException()
7914 if (auto *OnException = S->getExceptionHandler()) { in TransformCoroutineBodyStmt() local7915 StmtResult Res = getDerived().TransformStmt(OnException); in TransformCoroutineBodyStmt()7918 Builder.OnException = Res.get(); in TransformCoroutineBodyStmt()