Searched refs:EmptySubobjects (Results 1 – 1 of 1) sorted by relevance
574 EmptySubobjectMap *EmptySubobjects; member in __anon2b6abd440111::ItaniumRecordLayoutBuilder665 EmptySubobjectMap *EmptySubobjects) in ItaniumRecordLayoutBuilder() argument666 : Context(Context), EmptySubobjects(EmptySubobjects), Size(0), in ItaniumRecordLayoutBuilder()1195 EmptySubobjects->CanPlaceBaseAtOffset(Base, CharUnits::Zero())) { in LayoutBase()1213 while (!EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset)) in LayoutBase()1216 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); in LayoutBase()1827 if (!IsUnion && EmptySubobjects) { in LayoutField()1834 if (!IsUnion && EmptySubobjects) { in LayoutField()1836 while (!EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset)) { in LayoutField()3010 EmptySubobjectMap EmptySubobjects(*this, RD); in getASTRecordLayout() local[all …]