Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp574 EmptySubobjectMap *EmptySubobjects; member in __anon2b6abd440111::ItaniumRecordLayoutBuilder
665 EmptySubobjectMap *EmptySubobjects) in ItaniumRecordLayoutBuilder() argument
666 : 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 …]