Searched refs:getCatchStmt (Results 1 – 5 of 5) sorted by relevance
68 return getCatchStmt(NumCatchStmts - 1)->getEndLoc(); in getEndLoc()
7197 ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI); in VisitObjCAtTryStmt()
222 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt() function228 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt() function
1581 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow()
8600 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()8603 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()