Searched defs:TypeData (Results 1 – 2 of 2) sorted by relevance
186 struct TypeData { struct187 TypeData() {} in TypeData() argument189 TypeData(StringFragment name, bool isStructDeclaration, bool isNullable) in TypeData() function194 StringFragment fName;195 bool fIsStructDeclaration;196 bool fIsNullable;
171 typedef union _TypeData TypeData; typedef