Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h305 OnException, ///< Handler for exceptions thrown in the body. enumerator
315 Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough, in CoroutineBodyStmt()
/external/llvm-project/clang/include/clang/AST/
DStmtCXX.h325 OnException, ///< Handler for exceptions thrown in the body. enumerator
352 Stmt *OnException = nullptr; member
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h7697 if (auto *OnException = S->getExceptionHandler()) { in TransformCoroutineBodyStmt() local