Home
last modified time | relevance | path

Searched defs:OnException (Results 1 – 2 of 2) sorted by relevance

/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h7788 if (auto *OnException = S->getExceptionHandler()) { in TransformCoroutineBodyStmt() local