Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h93 const Stmt *getCatchBody() const { return Body; } in getCatchBody() function
94 Stmt *getCatchBody() { return Body; } in getCatchBody() function