Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecordLayout.h295 bool endsWithZeroSizedObject() const { in endsWithZeroSizedObject() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2379 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject(); in getAdjustedElementInfo()
2414 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject(); in getAdjustedElementInfo()
2614 if (PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() && in layoutNonVirtualBase()
2821 if ((PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() && in layoutVirtualBases()