Home
last modified time | relevance | path

Searched defs:getCatchBody (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DStmtObjC.h90 const Stmt *getCatchBody() const { return Body; } in getCatchBody() function
91 Stmt *getCatchBody() { return Body; } in getCatchBody() function