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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp58 bool LeadsWithZeroSizedBase,
79 CXXInfo->LeadsWithZeroSizedBase = LeadsWithZeroSizedBase;
43 ASTRecordLayout(const ASTContext &Ctx, CharUnits size, CharUnits alignment, CharUnits unadjustedAlignment, CharUnits requiredAlignment, bool hasOwnVFPtr, bool hasExtendableVFPtr, CharUnits vbptroffset, CharUnits datasize, ArrayRef<uint64_t> fieldoffsets, CharUnits nonvirtualsize, CharUnits nonvirtualalignment, CharUnits SizeOfLargestEmptySubobject, const CXXRecordDecl *PrimaryBase, bool IsPrimaryBaseVirtual, const CXXRecordDecl *BaseSharingVBPtr, bool EndsWithZeroSizedObject, bool LeadsWithZeroSizedBase, const BaseOffsetsMapTy& BaseOffsets, const VBaseOffsetsMapTy& VBaseOffsets) argument
H A DRecordLayoutBuilder.cpp2404 bool LeadsWithZeroSizedBase : 1; member in struct:__anon1598::MicrosoftRecordLayoutBuilder
2546 LeadsWithZeroSizedBase = false;
2593 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase();
2634 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase();
2933 LeadsWithZeroSizedBase = true;
3071 Builder.EndsWithZeroSizedObject, Builder.LeadsWithZeroSizedBase,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h119 bool LeadsWithZeroSizedBase : 1; member in struct:clang::ASTRecordLayout::CXXRecordLayoutInfo
163 bool LeadsWithZeroSizedBase,
300 return CXXInfo->LeadsWithZeroSizedBase;

Completed in 139 milliseconds