Lines Matching defs:StructInfo
131 struct StructInfo { struct
132 StringRef Name;
133 bool IsUnion = false;
134 bool Initializable = true;
135 unsigned Alignment = 0;
136 unsigned AlignmentSize = 0;
137 unsigned NextOffset = 0;
138 unsigned Size = 0;
139 std::vector<FieldInfo> Fields;
140 StringMap<size_t> FieldsByName;
147 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo() function
192 StructFieldInfo StructInfo; member
4504 StructFieldInfo &StructInfo = Field.Contents.StructInfo; in addStructField() local
4705 StructFieldInfo &StructInfo = Field.Contents.StructInfo; in parseDirectiveNestedEnds() local
7348 const StructFieldInfo &StructInfo = Field.Contents.StructInfo; in lookUpField() local