Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h313 bool endsWithZeroSizedObject() const { in endsWithZeroSizedObject() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2692 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject(); in getAdjustedElementInfo()
2727 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject(); in getAdjustedElementInfo()
2941 if (PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() && in layoutNonVirtualBase()
3189 if ((PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() && in layoutVirtualBases()