Searched refs:LayoutItems (Results 1 – 2 of 2) sorted by relevance
121 if (!LayoutItems.empty()) { in tailPadding()122 const LayoutItemBase *Back = LayoutItems.back(); in tailPadding()136 for (auto &LI : LayoutItems) { in ClassLayout()295 LayoutItems, Begin, [](uint32_t Off, const LayoutItemBase *Item) { in addChildToLayout()299 LayoutItems.insert(Loc, Child.get()); in addChildToLayout()
125 ArrayRef<LayoutItemBase *> layout_items() const { return LayoutItems; } in layout_items()144 std::vector<LayoutItemBase *> LayoutItems; variable