Searched refs:getCatchStmt (Results 1 – 11 of 11) sorted by relevance
71 return getCatchStmt(NumCatchStmts - 1)->getLocEnd(); in getLocEnd()
462 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt()
4981 ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI); in VisitObjCAtTryStmt()
206 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt() function212 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt() function
194 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); in EmitTryCatchStmt()
4123 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); in EmitTryOrSynchronizedStmt()
427 ObjCAtCatchStmt *AC = AT->getCatchStmt(I); in BuildScopeInformation()
6572 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()6575 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()
1106 Writer.AddStmt(S->getCatchStmt(I)); in VisitObjCAtTryStmt()
1828 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()
1981 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()