Searched refs:getCatchStmt (Results 1 – 12 of 12) sorted by relevance
70 return getCatchStmt(NumCatchStmts - 1)->getEndLoc(); in getEndLoc()
508 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt()
6470 ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI); in VisitObjCAtTryStmt()
217 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt() function223 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt() function
167 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); in EmitTryCatchStmt()
4792 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); in EmitTryOrSynchronizedStmt()
491 ObjCAtCatchStmt *AC = AT->getCatchStmt(I); in BuildScopeInformation()
1567 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow()
7908 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()7911 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()
1476 Record.AddStmt(S->getCatchStmt(I)); in VisitObjCAtTryStmt()
1833 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()
1961 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()