Home
last modified time | relevance | path

Searched refs:tryBlock (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtCXX.cpp26 Stmt *tryBlock, ArrayRef<Stmt *> handlers) { in Create() argument
29 return new (Mem) CXXTryStmt(tryLoc, tryBlock, handlers); in Create()
39 CXXTryStmt::CXXTryStmt(SourceLocation tryLoc, Stmt *tryBlock, in CXXTryStmt() argument
43 Stmts[0] = tryBlock; in CXXTryStmt()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dsjljeh-swifterror.ll38 to label %tryBlock.exit unwind label %3, !clang.arc.no_objc_arc_exceptions !1
43 br label %tryBlock.exit
45 tryBlock.exit:
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtCXX.h78 CXXTryStmt(SourceLocation tryLoc, Stmt *tryBlock, ArrayRef<Stmt*> handlers);
87 Stmt *tryBlock, ArrayRef<Stmt*> handlers);