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.cpp2304 bool LeadsWithZeroSizedBase : 1; member
2444 LeadsWithZeroSizedBase = false; in initializeCXXLayout()
2489 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2518 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2776 LeadsWithZeroSizedBase = true; in finalizeLayout()
2913 Builder.EndsWithZeroSizedObject, Builder.LeadsWithZeroSizedBase, in getASTRecordLayout()
/external/clang/include/clang/AST/
DRecordLayout.h114 bool LeadsWithZeroSizedBase : 1; member
158 bool LeadsWithZeroSizedBase,
292 return CXXInfo->LeadsWithZeroSizedBase; in leadsWithZeroSizedBase()