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

/openbsd-current/gnu/llvm/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.cpp2642 bool LeadsWithZeroSizedBase : 1; member in struct:__anon318::MicrosoftRecordLayoutBuilder
2785 LeadsWithZeroSizedBase = false;
2832 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase();
2873 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase();
3171 LeadsWithZeroSizedBase = true;
3311 Builder.EndsWithZeroSizedObject, Builder.LeadsWithZeroSizedBase,
/openbsd-current/gnu/llvm/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 183 milliseconds