Searched refs:getCatchBody (Results 1 – 10 of 10) sorted by relevance
93 const Stmt *getCatchBody() const { return Body; } in getCatchBody() function94 Stmt *getCatchBody() { return Body; } in getCatchBody() function
171 Handler.Body = CatchStmt->getCatchBody(); in EmitTryCatchStmt()
4755 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()4801 CGF.EmitStmt(CatchStmt->getCatchBody()); in EmitTryOrSynchronizedStmt()
509 BuildScopeInformation(AC->getCatchBody(), NewParentScope); in BuildScopeInformation()
8655 StmtResult Body = getDerived().TransformStmt(S->getCatchBody()); in TransformObjCAtCatchStmt()
4021 if (CS->getCatchBody()) in VisitObjCAtCatchStmt()4022 addStmt(CS->getCatchBody()); in VisitObjCAtCatchStmt()
598 if (auto *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) { in VisitObjCAtTryStmt()
7167 auto ToCatchBody = importChecked(Err, S->getCatchBody()); in VisitObjCAtCatchStmt()
1567 Record.AddStmt(S->getCatchBody()); in VisitObjCAtCatchStmt()
1994 SourceLocation lBraceLoc = Catch->getCatchBody()->getBeginLoc(); in RewriteObjCTryStmt()