Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRecordLayout.cpp62 bool LeadsWithZeroSizedBase, in ASTRecordLayout() argument
86 CXXInfo->LeadsWithZeroSizedBase = LeadsWithZeroSizedBase; in ASTRecordLayout()
HDRecordLayoutBuilder.cpp2278 bool LeadsWithZeroSizedBase : 1; member
2418 LeadsWithZeroSizedBase = false; in initializeCXXLayout()
2463 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2492 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2743 LeadsWithZeroSizedBase = true; in finalizeLayout()
2859 Builder.EndsWithZeroSizedObject, Builder.LeadsWithZeroSizedBase, in BuildMicrosoftASTRecordLayout()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDRecordLayout.h114 bool LeadsWithZeroSizedBase : 1; member
158 bool LeadsWithZeroSizedBase,
292 return CXXInfo->LeadsWithZeroSizedBase; in leadsWithZeroSizedBase()