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

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DRecordLayout.cpp53 const CXXRecordDecl *BaseSharingVBPtr, bool EndsWithZeroSizedObject,
75 CXXInfo->EndsWithZeroSizedObject = EndsWithZeroSizedObject;
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.cpp2639 bool EndsWithZeroSizedObject : 1; member in struct:__anon318::MicrosoftRecordLayoutBuilder
2662 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject();
2697 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject();
2784 EndsWithZeroSizedObject = false;
3170 EndsWithZeroSizedObject = true;
3311 Builder.EndsWithZeroSizedObject, Builder.LeadsWithZeroSizedBase,
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DRecordLayout.h122 /// EndsWithZeroSizedObject - True if this class contains a zero sized
125 bool EndsWithZeroSizedObject : 1; member in struct:clang::ASTRecordLayout::CXXRecordLayoutInfo
169 bool EndsWithZeroSizedObject, bool LeadsWithZeroSizedBase,
314 return CXXInfo && CXXInfo->EndsWithZeroSizedObject;

Completed in 209 milliseconds