Searched defs:getStoredStmts (Results 1 – 2 of 2) sorted by relevance
342 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function344 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function
1967 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } getStoredStmts() function 1968 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } getStoredStmts() function