Searched refs:LeadsWithZeroSizedBase (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp54 bool LeadsWithZeroSizedBase, const BaseOffsetsMapTy &BaseOffsets,
76 CXXInfo->LeadsWithZeroSizedBase = LeadsWithZeroSizedBase;
45 ASTRecordLayout( const ASTContext &Ctx, CharUnits size, CharUnits alignment, CharUnits preferredAlignment, CharUnits unadjustedAlignment, CharUnits requiredAlignment, bool hasOwnVFPtr, bool hasExtendableVFPtr, CharUnits vbptroffset, CharUnits datasize, ArrayRef<uint64_t> fieldoffsets, CharUnits nonvirtualsize, CharUnits nonvirtualalignment, CharUnits preferrednvalignment, CharUnits SizeOfLargestEmptySubobject, const CXXRecordDecl *PrimaryBase, bool IsPrimaryBaseVirtual, const CXXRecordDecl *BaseSharingVBPtr, bool EndsWithZeroSizedObject, bool LeadsWithZeroSizedBase, const BaseOffsetsMapTy &BaseOffsets, const VBaseOffsetsMapTy &VBaseOffsets) argument
H A DRecordLayoutBuilder.cpp2660 bool LeadsWithZeroSizedBase : 1; member in struct:__anon297::MicrosoftRecordLayoutBuilder
2803 LeadsWithZeroSizedBase = false;
2850 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase();
2891 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase();
3218 LeadsWithZeroSizedBase = true;
3359 Builder.EndsWithZeroSizedObject, Builder.LeadsWithZeroSizedBase,
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h129 bool LeadsWithZeroSizedBase : 1; member in struct:clang::ASTRecordLayout::CXXRecordLayoutInfo
169 bool EndsWithZeroSizedObject, bool LeadsWithZeroSizedBase,
319 return CXXInfo->LeadsWithZeroSizedBase;

Completed in 118 milliseconds