Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp179 bool CanPlaceBaseAtOffset(const BaseSubobjectInfo *Info,
360 bool EmptySubobjectMap::CanPlaceBaseAtOffset(const BaseSubobjectInfo *Info, in CanPlaceBaseAtOffset() function in __anon59300b8a0111::EmptySubobjectMap
1269 EmptySubobjects->CanPlaceBaseAtOffset(Base, CharUnits::Zero())) { in LayoutBase()
1293 while (!EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset)) in LayoutBase()
1296 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); in LayoutBase()