Searched refs:getCatchBody (Results 1 – 11 of 11) sorted by relevance
93 const Stmt *getCatchBody() const { return Body; } in getCatchBody() function94 Stmt *getCatchBody() { return Body; } in getCatchBody() function
173 Handler.Body = CatchStmt->getCatchBody(); in EmitTryCatchStmt()
4772 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()4818 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()
503 BuildScopeInformation(AC->getCatchBody(), NewParentScope); in BuildScopeInformation()
8202 StmtResult Body = getDerived().TransformStmt(S->getCatchBody()); in TransformObjCAtCatchStmt()
4015 if (CS->getCatchBody()) in VisitObjCAtCatchStmt()4016 addStmt(CS->getCatchBody()); in VisitObjCAtCatchStmt()
592 if (auto *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) { in VisitObjCAtTryStmt()
6816 auto ToCatchBody = importChecked(Err, S->getCatchBody()); in VisitObjCAtCatchStmt()
1849 lastCatchBody = Catch->getCatchBody(); in RewriteObjCTryStmt()1875 lastCatchBody = Catch->getCatchBody(); in RewriteObjCTryStmt()
1995 SourceLocation lBraceLoc = Catch->getCatchBody()->getBeginLoc(); in RewriteObjCTryStmt()
1456 Record.AddStmt(S->getCatchBody()); in VisitObjCAtCatchStmt()