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()
254 Stmt **ChildStorage = reinterpret_cast<Stmt **>(getClauses().end()); in children() local257 return child_range(ChildStorage, ChildStorage + 1); in children()