Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRecordLayout.h281 bool endsWithZeroSizedObject() const { in endsWithZeroSizedObject() function
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2338 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject(); in getAdjustedElementInfo()
2373 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject(); in getAdjustedElementInfo()
2571 if (PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() && in layoutNonVirtualBase()
2776 if ((PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() && in layoutVirtualBases()