Searched refs:getCatchBody (Results 1 – 10 of 10) sorted by relevance
90 const Stmt *getCatchBody() const { return Body; } in getCatchBody() function91 Stmt *getCatchBody() { return Body; } in getCatchBody() function
199 Handler.Body = CatchStmt->getCatchBody(); in EmitTryCatchStmt()
4221 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()4267 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()
449 BuildScopeInformation(AC->getCatchBody(), NewParentScope); in BuildScopeInformation()
6731 StmtResult Body = getDerived().TransformStmt(S->getCatchBody()); in TransformObjCAtCatchStmt()
470 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) { in VisitObjCAtTryStmt()
5258 Stmt *ToBody = Importer.Import(S->getCatchBody()); in VisitObjCAtCatchStmt()5259 if (!ToBody && S->getCatchBody()) in VisitObjCAtCatchStmt()
1840 lastCatchBody = Catch->getCatchBody(); in RewriteObjCTryStmt()1866 lastCatchBody = Catch->getCatchBody(); in RewriteObjCTryStmt()
1987 SourceLocation lBraceLoc = Catch->getCatchBody()->getLocStart(); in RewriteObjCTryStmt()
1094 Record.AddStmt(S->getCatchBody()); in VisitObjCAtCatchStmt()