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