Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRecordLayout.h286 bool hasZeroSizedSubObject() const { in hasZeroSizedSubObject() function
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2292 EndsWithZeroSizedObject = Layout.hasZeroSizedSubObject(); in getAdjustedElementInfo()
2327 EndsWithZeroSizedObject = Layout.hasZeroSizedSubObject(); in getAdjustedElementInfo()
2506 if (PreviousBaseLayout && PreviousBaseLayout->hasZeroSizedSubObject() && in layoutNonVirtualBase()
2695 if ((PreviousBaseLayout && PreviousBaseLayout->hasZeroSizedSubObject() && in layoutVirtualBases()