Searched defs:getStmts (Results 1 – 2 of 2) sorted by relevance
188 Stmt **getStmts() { return getTrailingObjects<Stmt *>(); } in getStmts() function189 Stmt *const *getStmts() const { return getTrailingObjects<Stmt *>(); } in getStmts() function
83 Stmt *const *getStmts() const { return getTrailingObjects<Stmt *>(); } in getStmts() function84 Stmt **getStmts() { return getTrailingObjects<Stmt *>(); } in getStmts() function