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
200 Handler.Body = CatchStmt->getCatchBody(); in EmitTryCatchStmt()
4154 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()4200 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()
433 BuildScopeInformation(AC->getCatchBody(), in BuildScopeInformation()
6627 StmtResult Body = getDerived().TransformStmt(S->getCatchBody()); in TransformObjCAtCatchStmt()
469 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) { in VisitObjCAtTryStmt()
4956 Stmt *ToBody = Importer.Import(S->getCatchBody()); in VisitObjCAtCatchStmt()4957 if (!ToBody && S->getCatchBody()) in VisitObjCAtCatchStmt()
1844 lastCatchBody = Catch->getCatchBody(); in RewriteObjCTryStmt()1870 lastCatchBody = Catch->getCatchBody(); in RewriteObjCTryStmt()
2014 SourceLocation lBraceLoc = Catch->getCatchBody()->getLocStart(); in RewriteObjCTryStmt()
1082 Writer.AddStmt(S->getCatchBody()); in VisitObjCAtCatchStmt()