Home
last modified time | relevance | path

Searched refs:EmptySubobjects (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DRecordLayoutBuilder.cpp574 EmptySubobjectMap *EmptySubobjects; member in __anon79d41fe00111::ItaniumRecordLayoutBuilder
659 EmptySubobjectMap *EmptySubobjects) in ItaniumRecordLayoutBuilder() argument
660 : Context(Context), EmptySubobjects(EmptySubobjects), Size(0), in ItaniumRecordLayoutBuilder()
1182 EmptySubobjects->CanPlaceBaseAtOffset(Base, CharUnits::Zero())) { in LayoutBase()
1200 while (!EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset)) in LayoutBase()
1203 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); in LayoutBase()
1784 if (!IsUnion && EmptySubobjects) { in LayoutField()
1786 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset); in LayoutField()
1791 if (!IsUnion && EmptySubobjects) { in LayoutField()
1793 while (!EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset)) { in LayoutField()
[all …]