Lines Matching defs:StructInfo
128 struct StructInfo { struct
129 StringRef Name;
130 bool IsUnion = false;
131 unsigned Alignment = 0;
132 unsigned Size = 0;
133 unsigned AlignmentSize = 0;
134 std::vector<FieldInfo> Fields;
135 StringMap<size_t> FieldsByName;
142 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo() function
187 StructFieldInfo StructInfo; member
4222 StructFieldInfo &StructInfo = Field.Contents.StructInfo; in addStructField() local
4408 StructFieldInfo &StructInfo = Field.Contents.StructInfo; in parseDirectiveNestedEnds() local
6983 const StructFieldInfo &StructInfo = Field.Contents.StructInfo; in lookUpField() local