Searched defs:getStmts (Results 1 – 2 of 2) sorted by relevance
181 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); } in getStmts() function182 const Stmt* const *getStmts() const { in getStmts() function
82 Stmt *const *getStmts() const { return getTrailingObjects<Stmt *>(); } in getStmts() function83 Stmt **getStmts() { return getTrailingObjects<Stmt *>(); } in getStmts() function