Searched defs:getInits (Results 1 – 2 of 2) sorted by relevance
1064 MutableArrayRef<Expr *> getInits() { in getInits() function1067 ArrayRef<const Expr *> getInits() const { in getInits() function1614 MutableArrayRef<Expr *> getInits() { in getInits() function1617 ArrayRef<const Expr *> getInits() const { in getInits() function
3790 Expr **getInits() { return reinterpret_cast<Expr **>(InitExprs.data()); } in getInits() function