Searched refs:isEmptyBase (Results 1 – 3 of 3) sorted by relevance
123 uint32_t Size = Layout.isEmptyBase() ? 1 : Layout.getLayoutSize(); in dump()
154 bool isEmptyBase() { return SizeOf == 1 && LayoutSize == 0; } in isEmptyBase() function
160 if (isEmptyBase()) { in BaseClassLayout()