Searched refs:getCatchStmt (Results 1 – 11 of 11) sorted by relevance
206 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt() function212 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt() function
192 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); in EmitTryCatchStmt()
3964 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); in EmitTryOrSynchronizedStmt()
413 ObjCAtCatchStmt *AC = AT->getCatchStmt(I); in BuildScopeInformation()
2737 CXXCatchStmt *getCatchStmt() const { return stmt; } in getCatchStmt() function in __anon58f793e50411::TypeWithHandler2788 << curr.getCatchStmt()->getCaughtType().getAsString(); in ActOnCXXTryBlock()2791 << prev.getCatchStmt()->getCaughtType().getAsString(); in ActOnCXXTryBlock()
5634 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()5637 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()
768 return getCatchStmt(NumCatchStmts - 1)->getLocEnd(); in getLocEnd()
461 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt()
983 Writer.AddStmt(S->getCatchStmt(I)); in VisitObjCAtTryStmt()
1858 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()
1997 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()