Searched refs:getCatchStmt (Results 1 – 6 of 6) sorted by relevance
68 return getCatchStmt(NumCatchStmts - 1)->getEndLoc(); in getEndLoc()
6846 ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI); in VisitObjCAtTryStmt()
221 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt() function227 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt() function
1587 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow()
8147 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()8150 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()
1833 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()