Searched refs:EmptySubobjects (Results 1 – 1 of 1) sorted by relevance
584 EmptySubobjectMap *EmptySubobjects; member in __anon0138ef250111::ItaniumRecordLayoutBuilder692 EmptySubobjectMap *EmptySubobjects) in ItaniumRecordLayoutBuilder() argument693 : 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()2055 if (!IsUnion && EmptySubobjects) { in LayoutField()2062 if (!IsUnion && EmptySubobjects) { in LayoutField()2064 while (!EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset)) { in LayoutField()3309 EmptySubobjectMap EmptySubobjects(*this, RD); in getASTRecordLayout() local[all …]