Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h326 OnException, ///< Handler for exceptions thrown in the body. enumerator
353 Stmt *OnException = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8470 if (auto *OnException = S->getExceptionHandler()) { in TransformCoroutineBodyStmt() local