Searched defs:getPreInits (Results 1 – 2 of 2) sorted by relevance
638 const Stmt *getPreInits() const { in getPreInits() function641 Stmt *getPreInits() { return *std::next(child_begin(), PreInitsOffset); } in getPreInits() function
945 const Stmt *getPreInits() const { in getPreInits() function948 Stmt *getPreInits() { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function