Home
last modified time | relevance | path

Searched defs:CXXRecordLayoutInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DRecordLayout.h90 struct CXXRecordLayoutInfo { struct
93 CharUnits NonVirtualSize;
97 CharUnits NonVirtualAlignment;
102 CharUnits PreferredNVAlignment;
107 CharUnits SizeOfLargestEmptySubobject;
110 CharUnits VBPtrOffset;
115 bool HasOwnVFPtr : 1;
120 bool HasExtendableVFPtr : 1;
125 bool EndsWithZeroSizedObject : 1;
149 CXXRecordLayoutInfo *CXXInfo = nullptr; argument
/external/clang/include/clang/AST/
DRecordLayout.h77 struct CXXRecordLayoutInfo { struct
80 CharUnits NonVirtualSize;
84 CharUnits NonVirtualAlignment;
89 CharUnits SizeOfLargestEmptySubobject;
92 CharUnits VBPtrOffset;
97 bool HasOwnVFPtr : 1;
102 bool HasExtendableVFPtr : 1;
107 bool EndsWithZeroSizedObject : 1;
131 CXXRecordLayoutInfo *CXXInfo; argument