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
175 Handler.Body = CatchStmt->getCatchBody(); in EmitTryCatchStmt()
4572 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()4618 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()
463 BuildScopeInformation(AC->getCatchBody(), NewParentScope); in BuildScopeInformation()
7261 StmtResult Body = getDerived().TransformStmt(S->getCatchBody()); in TransformObjCAtCatchStmt()
505 if (auto *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) { in VisitObjCAtTryStmt()
5966 S->getCatchBody()); in VisitObjCAtCatchStmt()
1841 lastCatchBody = Catch->getCatchBody(); in RewriteObjCTryStmt()1867 lastCatchBody = Catch->getCatchBody(); in RewriteObjCTryStmt()
1990 SourceLocation lBraceLoc = Catch->getCatchBody()->getBeginLoc(); in RewriteObjCTryStmt()
1196 Record.AddStmt(S->getCatchBody()); in VisitObjCAtCatchStmt()