Home
last modified time | relevance | path

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

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