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

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h313 bool endsWithZeroSizedObject() const { function in class:clang::ASTRecordLayout
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2680 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject();
2715 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject();
2929 if (PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() &&
3177 if ((PreviousBaseLayout && PreviousBaseLayout->endsWithZeroSizedObject() &&

Completed in 124 milliseconds