Searched refs:EmptySubobjects (Results 1 – 1 of 1) sorted by relevance
529 EmptySubobjectMap *EmptySubobjects; member in __anoncc229ba80111::RecordLayoutBuilder626 EmptySubobjectMap *EmptySubobjects) in RecordLayoutBuilder() argument627 : Context(Context), EmptySubobjects(EmptySubobjects), Size(0), in RecordLayoutBuilder()1160 EmptySubobjects->CanPlaceBaseAtOffset(Base, CharUnits::Zero())) { in LayoutBase()1178 while (!EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset)) in LayoutBase()1181 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); in LayoutBase()1734 if (!IsUnion && EmptySubobjects) { in LayoutField()1736 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset); in LayoutField()1741 if (!IsUnion && EmptySubobjects) { in LayoutField()1743 while (!EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset)) { in LayoutField()[all …]