Home
last modified time | relevance | path

Searched refs:OnException (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtCXX.cpp116 SubStmts[CoroutineBodyStmt::OnException] = Args.OnException; in CoroutineBodyStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h325 OnException, ///< Handler for exceptions thrown in the body. enumerator
352 Stmt *OnException = nullptr; member
397 return getStoredStmts()[SubStmt::OnException]; in getExceptionHandler()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp1520 this->OnException = UnhandledException.get(); in makeOnException()
H A DTreeTransform.h7788 if (auto *OnException = S->getExceptionHandler()) { in TransformCoroutineBodyStmt() local
7789 StmtResult Res = getDerived().TransformStmt(OnException); in TransformCoroutineBodyStmt()
7792 Builder.OnException = Res.get(); in TransformCoroutineBodyStmt()