Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtObjC.cpp68 return getCatchStmt(NumCatchStmts - 1)->getEndLoc(); in getEndLoc()
H A DASTImporter.cpp7197 ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI); in VisitObjCAtTryStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h222 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt() function
228 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1581 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow()
H A DTreeTransform.h8600 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()
8603 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()