Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DRecordLayout.h317 bool leadsWithZeroSizedBase() const { in leadsWithZeroSizedBase() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2832 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2873 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2913 BaseLayout.leadsWithZeroSizedBase() && !MDCUsesEBO) in layoutNonVirtualBase()
3131 BaseLayout.leadsWithZeroSizedBase() && !recordUsesEBO(RD)) || in layoutVirtualBases()