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