Searched defs:getStoredStmts (Results 1 – 3 of 3) sorted by relevance
340 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function342 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function
3622 Stmt **getStoredStmts() { return reinterpret_cast<Stmt **>(this + 1); } in getStoredStmts() function3624 Stmt *const *getStoredStmts() const { in getStoredStmts() function
1953 Stmt **getStoredStmts() { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function1954 Stmt *const *getStoredStmts() const { return getTrailingObjects<Stmt *>(); } in getStoredStmts() function