reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  300       if (LayoutSize < getSize(FieldType))
  301         FieldType = getByteArrayType(LayoutSize);
  335     return appendPaddingBytes(LayoutSize);
  338   if (LayoutSize < getSize(StorageType))
  339     StorageType = getByteArrayType(LayoutSize);
  341   appendPaddingBytes(LayoutSize - getSize(StorageType));
  343   if (LayoutSize % getAlignment(StorageType))