Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DRecordLayout.h313 bool endsWithZeroSizedObject() const { in endsWithZeroSizedObject() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2662 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject(); in getAdjustedElementInfo()
2697 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject(); in getAdjustedElementInfo()
2912 if (PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() && in layoutNonVirtualBase()
3130 if ((PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() && in layoutVirtualBases()