Home
last modified time | relevance | path

Searched refs:hasZeroSizedSubObject (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDRecordLayout.h286 bool hasZeroSizedSubObject() const { in hasZeroSizedSubObject() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRecordLayoutBuilder.cpp2298 EndsWithZeroSizedObject = Layout.hasZeroSizedSubObject(); in getAdjustedElementInfo()
2333 EndsWithZeroSizedObject = Layout.hasZeroSizedSubObject(); in getAdjustedElementInfo()
2514 if (PreviousBaseLayout && PreviousBaseLayout->hasZeroSizedSubObject() && in layoutNonVirtualBase()
2703 if ((PreviousBaseLayout && PreviousBaseLayout->hasZeroSizedSubObject() && in layoutVirtualBases()