Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h317 bool leadsWithZeroSizedBase() const { in leadsWithZeroSizedBase() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2862 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2903 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2942 BaseLayout.leadsWithZeroSizedBase() && !MDCUsesEBO) in layoutNonVirtualBase()
3190 BaseLayout.leadsWithZeroSizedBase() && !recordUsesEBO(RD)) || in layoutVirtualBases()