Home
last modified time | relevance | path

Searched refs:LeadsWithZeroSizedBase (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayout.cpp59 bool LeadsWithZeroSizedBase, in ASTRecordLayout() argument
80 CXXInfo->LeadsWithZeroSizedBase = LeadsWithZeroSizedBase; in ASTRecordLayout()
H A DRecordLayoutBuilder.cpp2359 bool LeadsWithZeroSizedBase : 1; member
2501 LeadsWithZeroSizedBase = false; in initializeCXXLayout()
2546 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2575 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2862 LeadsWithZeroSizedBase = true; in finalizeLayout()
2999 Builder.EndsWithZeroSizedObject, Builder.LeadsWithZeroSizedBase, in getASTRecordLayout()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecordLayout.h120 bool LeadsWithZeroSizedBase : 1; member
164 bool LeadsWithZeroSizedBase,
301 return CXXInfo->LeadsWithZeroSizedBase; in leadsWithZeroSizedBase()