Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRecordLayout.h313 bool endsWithZeroSizedObject() const { in endsWithZeroSizedObject() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2605 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject(); in getAdjustedElementInfo()
2640 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject(); in getAdjustedElementInfo()
2854 if (PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() && in layoutNonVirtualBase()
3073 if ((PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() && in layoutVirtualBases()