Searched refs:EmptySubobjects (Results 1 – 1 of 1) sorted by relevance
575 EmptySubobjectMap *EmptySubobjects; member in __anon07e898d70111::RecordLayoutBuilder660 EmptySubobjectMap *EmptySubobjects) in RecordLayoutBuilder() argument661 : Context(Context), EmptySubobjects(EmptySubobjects), Size(0), in RecordLayoutBuilder()1185 EmptySubobjects->CanPlaceBaseAtOffset(Base, CharUnits::Zero())) { in LayoutBase()1203 while (!EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset)) in LayoutBase()1206 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); in LayoutBase()1756 if (!IsUnion && EmptySubobjects) { in LayoutField()1758 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset); in LayoutField()1763 if (!IsUnion && EmptySubobjects) { in LayoutField()1765 while (!EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset)) { in LayoutField()[all …]