Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRecordLayout.cpp62 bool LeadsWithZeroSizedBase, in ASTRecordLayout() argument
86 CXXInfo->LeadsWithZeroSizedBase = LeadsWithZeroSizedBase; in ASTRecordLayout()
DRecordLayoutBuilder.cpp2272 bool LeadsWithZeroSizedBase : 1; member
2411 LeadsWithZeroSizedBase = false; in initializeCXXLayout()
2455 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2484 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2735 LeadsWithZeroSizedBase = true; in finalizeLayout()
2851 Builder.EndsWithZeroSizedObject, Builder.LeadsWithZeroSizedBase, in BuildMicrosoftASTRecordLayout()
/external/clang/include/clang/AST/
DRecordLayout.h114 bool LeadsWithZeroSizedBase : 1; member
158 bool LeadsWithZeroSizedBase,
292 return CXXInfo->LeadsWithZeroSizedBase; in leadsWithZeroSizedBase()