Home
last modified time | relevance | path

Searched defs:getCatchBody (Results 1 – 2 of 2) 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
/external/llvm-project/clang/include/clang/AST/
DStmtObjC.h93 const Stmt *getCatchBody() const { return Body; } in getCatchBody() function
94 Stmt *getCatchBody() { return Body; } in getCatchBody() function