Searched refs:getCatchStmt (Results 1 – 11 of 11) sorted by relevance
71 return getCatchStmt(NumCatchStmts - 1)->getLocEnd(); in getLocEnd()
463 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt()
5283 ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI); in VisitObjCAtTryStmt()
206 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt() function212 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt() function
193 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); in EmitTryCatchStmt()
4190 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); in EmitTryOrSynchronizedStmt()
442 ObjCAtCatchStmt *AC = AT->getCatchStmt(I); in BuildScopeInformation()
6676 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()6679 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()
1118 Record.AddStmt(S->getCatchStmt(I)); in VisitObjCAtTryStmt()
1824 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()
1954 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()