Searched refs:ChildStorage (Results 1 – 3 of 3) sorted by relevance
138 UniquePtrVector<LayoutItemBase> ChildStorage; variable
302 ChildStorage.push_back(std::move(Child)); in addChildToLayout()
211 Stmt **ChildStorage = reinterpret_cast<Stmt **>(getClauses().end()); in children() local212 return child_range(ChildStorage, ChildStorage + NumChildren); in children()