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