Searched defs:getCatchBody (Results 1 – 2 of 2) sorted by relevance
90 const Stmt *getCatchBody() const { return Body; } in getCatchBody() function91 Stmt *getCatchBody() { return Body; } in getCatchBody() function
93 const Stmt *getCatchBody() const { return Body; } in getCatchBody() function94 Stmt *getCatchBody() { return Body; } in getCatchBody() function