Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRecordLayout.cpp54 bool LeadsWithZeroSizedBase, in ASTRecordLayout() argument
74 CXXInfo->LeadsWithZeroSizedBase = LeadsWithZeroSizedBase; in ASTRecordLayout()
DRecordLayoutBuilder.cpp2318 bool LeadsWithZeroSizedBase : 1; member
2458 LeadsWithZeroSizedBase = false; in initializeCXXLayout()
2503 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2532 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2818 LeadsWithZeroSizedBase = true; in finalizeLayout()
2955 Builder.EndsWithZeroSizedObject, Builder.LeadsWithZeroSizedBase, in getASTRecordLayout()
/external/clang/include/clang/AST/
DRecordLayout.h111 bool LeadsWithZeroSizedBase : 1; member
154 bool LeadsWithZeroSizedBase,
287 return CXXInfo->LeadsWithZeroSizedBase; in leadsWithZeroSizedBase()