Lines Matching defs:StructInfo
128 struct StructInfo { struct
129 StringRef Name;
130 bool IsUnion = false;
131 bool Initializable = true;
132 unsigned Alignment = 0;
133 unsigned AlignmentSize = 0;
134 unsigned NextOffset = 0;
135 unsigned Size = 0;
136 std::vector<FieldInfo> Fields;
137 StringMap<size_t> FieldsByName;
144 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo() argument
189 StructFieldInfo StructInfo; member
4456 StructFieldInfo &StructInfo = Field.Contents.StructInfo; in addStructField() local
4655 StructFieldInfo &StructInfo = Field.Contents.StructInfo; in parseDirectiveNestedEnds() local
7313 const StructFieldInfo &StructInfo = Field.Contents.StructInfo; in lookUpField() local