Searched refs:LayoutItems (Results 1 – 2 of 2) sorted by relevance
120 if (!LayoutItems.empty()) { in tailPadding()121 const LayoutItemBase *Back = LayoutItems.back(); in tailPadding()135 for (auto &LI : LayoutItems) { in ClassLayout()293 auto Loc = std::upper_bound(LayoutItems.begin(), LayoutItems.end(), Begin, in addChildToLayout()298 LayoutItems.insert(Loc, Child.get()); in addChildToLayout()
120 ArrayRef<LayoutItemBase *> layout_items() const { return LayoutItems; } in layout_items()139 std::vector<LayoutItemBase *> LayoutItems; variable