Searched refs:LeadsWithZeroSizedBase (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ |
D | RecordLayout.cpp | 54 bool LeadsWithZeroSizedBase, in ASTRecordLayout() argument 74 CXXInfo->LeadsWithZeroSizedBase = LeadsWithZeroSizedBase; in ASTRecordLayout()
|
D | RecordLayoutBuilder.cpp | 2318 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/llvm-project/clang/lib/AST/ |
D | RecordLayout.cpp | 54 bool LeadsWithZeroSizedBase, const BaseOffsetsMapTy &BaseOffsets, in ASTRecordLayout() argument 76 CXXInfo->LeadsWithZeroSizedBase = LeadsWithZeroSizedBase; in ASTRecordLayout()
|
D | RecordLayoutBuilder.cpp | 2539 bool LeadsWithZeroSizedBase : 1; member 2681 LeadsWithZeroSizedBase = false; in initializeCXXLayout() 2728 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases() 2769 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases() 3068 LeadsWithZeroSizedBase = true; in finalizeLayout() 3206 Builder.EndsWithZeroSizedObject, Builder.LeadsWithZeroSizedBase, in getASTRecordLayout()
|
/external/clang/include/clang/AST/ |
D | RecordLayout.h | 111 bool LeadsWithZeroSizedBase : 1; member 154 bool LeadsWithZeroSizedBase, 287 return CXXInfo->LeadsWithZeroSizedBase; in leadsWithZeroSizedBase()
|
/external/llvm-project/clang/include/clang/AST/ |
D | RecordLayout.h | 129 bool LeadsWithZeroSizedBase : 1; member 169 bool EndsWithZeroSizedObject, bool LeadsWithZeroSizedBase, 319 return CXXInfo->LeadsWithZeroSizedBase; in leadsWithZeroSizedBase()
|