Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A 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