Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp584 EmptySubobjectMap *EmptySubobjects; member in __anon146c45a90111::ItaniumRecordLayoutBuilder
692 EmptySubobjectMap *EmptySubobjects) in ItaniumRecordLayoutBuilder() argument
693 : Context(Context), EmptySubobjects(EmptySubobjects), Size(0), in ItaniumRecordLayoutBuilder()
1262 EmptySubobjects->CanPlaceBaseAtOffset(Base, CharUnits::Zero())) { in LayoutBase()
1284 while (!EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset)) in LayoutBase()
1287 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); in LayoutBase()
2031 if (!IsUnion && EmptySubobjects) { in LayoutField()
2038 if (!IsUnion && EmptySubobjects) { in LayoutField()
2040 while (!EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset)) { in LayoutField()
3269 EmptySubobjectMap EmptySubobjects(*this, RD); in getASTRecordLayout() local
[all …]