Home
last modified time | relevance | path

Searched refs:getCatchStmt (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtObjC.cpp68 return getCatchStmt(NumCatchStmts - 1)->getEndLoc(); in getEndLoc()
H A DASTImporter.cpp6710 ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI); in VisitObjCAtTryStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtObjC.h221 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt() function
227 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1584 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow()
H A DTreeTransform.h8037 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()
8040 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1833 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()