Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp54 bool LeadsWithZeroSizedBase, const BaseOffsetsMapTy &BaseOffsets, in ASTRecordLayout() argument
76 CXXInfo->LeadsWithZeroSizedBase = LeadsWithZeroSizedBase; in ASTRecordLayout()
H A DRecordLayoutBuilder.cpp2660 bool LeadsWithZeroSizedBase : 1; member
2803 LeadsWithZeroSizedBase = false; in initializeCXXLayout()
2850 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
2891 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase(); in layoutNonVirtualBases()
3218 LeadsWithZeroSizedBase = true; in finalizeLayout()
3359 Builder.EndsWithZeroSizedObject, Builder.LeadsWithZeroSizedBase, in getASTRecordLayout()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h129 bool LeadsWithZeroSizedBase : 1; member
169 bool EndsWithZeroSizedObject, bool LeadsWithZeroSizedBase,
319 return CXXInfo->LeadsWithZeroSizedBase; in leadsWithZeroSizedBase()