Searched defs:getStoredStmts (Results 1 – 2 of 2) sorted by relevance
2085 Stmt **getStoredStmts() { return reinterpret_cast<Stmt **>(this + 1); } in getStoredStmts() function2087 Stmt *const *getStoredStmts() const { in getStoredStmts() function
1565 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function1567 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function