Home
last modified time | relevance | path

Searched refs:OnException (Results 1 – 5 of 5) 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() argument
322 SubStmts[CoroutineBodyStmt::OnException] = OnException; in CoroutineBodyStmt()
343 Stmt *getExceptionHandler() const { return SubStmts[SubStmt::OnException]; } in getExceptionHandler()
/external/llvm-project/clang/lib/AST/
DStmtCXX.cpp116 SubStmts[CoroutineBodyStmt::OnException] = Args.OnException; 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
397 return getStoredStmts()[SubStmt::OnException]; in getExceptionHandler()
/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp1518 this->OnException = UnhandledException.get(); in makeOnException()
DTreeTransform.h7697 if (auto *OnException = S->getExceptionHandler()) { in TransformCoroutineBodyStmt() local
7698 StmtResult Res = getDerived().TransformStmt(OnException); in TransformCoroutineBodyStmt()
7701 Builder.OnException = Res.get(); in TransformCoroutineBodyStmt()