Searched defs:getInits (Results 1 – 3 of 3) sorted by relevance
2679 MutableArrayRef<Expr *> getInits() { in getInits() function2682 ArrayRef<const Expr *> getInits() const { in getInits() function3971 MutableArrayRef<Expr *> getInits() { in getInits() function3974 ArrayRef<const Expr *> getInits() const { in getInits() function7214 MutableArrayRef<Expr *> getInits() { in getInits() function7217 ArrayRef<const Expr *> getInits() const { in getInits() function
4831 Expr **getInits() { return reinterpret_cast<Expr **>(InitExprs.data()); } in getInits() function4834 Expr * const *getInits() const { in getInits() function
1082 MutableArrayRef<Expr *> getInits() { in getInits() function