struct LayoutOverrideSource::Layout

Declaration

struct LayoutOverrideSource::Layout { /* full declaration omitted */ };

Description

The layout of a given record.

Declared at: clang/include/clang/Frontend/LayoutOverrideSource.h:26

Member Variables

public uint64_t Size
The size of the record.
public uint64_t Align
The alignment of the record.
public SmallVector<uint64_t, 8> FieldOffsets
The offsets of the fields, in source order.