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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h294 bool endsWithZeroSizedObject() const { function in class:clang::ASTRecordLayout
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2424 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject();
2459 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject();
2673 if (PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() &&
2892 if ((PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() &&

Completed in 90 milliseconds