Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtObjC.cpp68 return getCatchStmt(NumCatchStmts - 1)->getEndLoc(); in getEndLoc()
H A DASTImporter.cpp7544 ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI); in VisitObjCAtTryStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h223 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt() function
229 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1606 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow()
H A DTreeTransform.h8950 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()
8953 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1831 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()