Searched defs:getStoredStmts (Results 1 – 3 of 3) sorted by relevance
341 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function343 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function
1895 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function1896 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function
3549 Stmt **getStoredStmts() { return reinterpret_cast<Stmt **>(this + 1); } in getStoredStmts() function3551 Stmt *const *getStoredStmts() const { in getStoredStmts() function