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

/external/clang/lib/AST/
H A DRecordLayout.cpp54 bool LeadsWithZeroSizedBase,
74 CXXInfo->LeadsWithZeroSizedBase = LeadsWithZeroSizedBase;
40 ASTRecordLayout(const ASTContext &Ctx, CharUnits size, CharUnits alignment, 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.cpp2318 bool LeadsWithZeroSizedBase : 1; member in struct:__anon1109::MicrosoftRecordLayoutBuilder
2458 LeadsWithZeroSizedBase = false;
2503 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase();
2532 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase();
2818 LeadsWithZeroSizedBase = true;
2955 Builder.EndsWithZeroSizedObject, Builder.LeadsWithZeroSizedBase,
/external/clang/include/clang/AST/
H A DRecordLayout.h111 bool LeadsWithZeroSizedBase : 1; member in struct:clang::ASTRecordLayout::CXXRecordLayoutInfo
154 bool LeadsWithZeroSizedBase,
287 return CXXInfo->LeadsWithZeroSizedBase;

Completed in 314 milliseconds