Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtObjC.h170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); } in getStmts() function
171 const Stmt* const *getStmts() const { in getStmts() function
DStmtCXX.h74 Stmt const * const *getStmts() const { in getStmts() function
77 Stmt **getStmts() { in getStmts() function