Lines Matching refs:EmptySubobjects
584 EmptySubobjectMap *EmptySubobjects; member in __anon28bd2e0c0111::ItaniumRecordLayoutBuilder
692 EmptySubobjectMap *EmptySubobjects) in ItaniumRecordLayoutBuilder() argument
693 : Context(Context), EmptySubobjects(EmptySubobjects), Size(0), in ItaniumRecordLayoutBuilder()
1262 EmptySubobjects->CanPlaceBaseAtOffset(Base, CharUnits::Zero())) { in LayoutBase()
1286 while (!EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset)) in LayoutBase()
1289 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); in LayoutBase()
2063 if (!IsUnion && EmptySubobjects) { in LayoutField()
2065 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset); in LayoutField()
2070 if (!IsUnion && EmptySubobjects) { in LayoutField()
2072 while (!EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset)) { in LayoutField()
3322 EmptySubobjectMap EmptySubobjects(*this, RD); in getASTRecordLayout() local
3323 ItaniumRecordLayoutBuilder Builder(*this, &EmptySubobjects); in getASTRecordLayout()
3345 EmptySubobjects.SizeOfLargestEmptySubobject, Builder.PrimaryBase, in getASTRecordLayout()