Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecordLayout.h299 bool leadsWithZeroSizedBase() const { in leadsWithZeroSizedBase() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2546 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2575 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2615 BaseLayout.leadsWithZeroSizedBase() && !MDCUsesEBO) in layoutNonVirtualBase()
2822 BaseLayout.leadsWithZeroSizedBase() && !recordUsesEBO(RD)) || in layoutVirtualBases()