Lines Matching defs:StructInfo
125 struct StructInfo { struct
126 StringRef Name;
127 bool IsUnion = false;
128 bool Initializable = true;
129 unsigned Alignment = 0;
130 unsigned AlignmentSize = 0;
131 unsigned NextOffset = 0;
132 unsigned Size = 0;
133 std::vector<FieldInfo> Fields;
134 StringMap<size_t> FieldsByName;
177 StructFieldInfo StructInfo; member
223 StructInfo::StructInfo(StringRef StructName, bool Union, in StructInfo() function in __anon60b61cd60111::StructInfo
4439 StructFieldInfo &StructInfo = Field.Contents.StructInfo; in addStructField() local
4638 StructFieldInfo &StructInfo = Field.Contents.StructInfo; in parseDirectiveNestedEnds() local
7301 const StructFieldInfo &StructInfo = Field.Contents.StructInfo; in lookUpField() local