Searched refs:TypeExpansion (Results 1 – 1 of 1) sorted by relevance
848 struct TypeExpansion { struct864 virtual ~TypeExpansion() {} in ~TypeExpansion() argument867 struct ConstantArrayExpansion : TypeExpansion {873 static bool classof(const TypeExpansion *TE) { in classof()878 struct RecordExpansion : TypeExpansion {887 static bool classof(const TypeExpansion *TE) { in classof()892 struct ComplexExpansion : TypeExpansion {896 static bool classof(const TypeExpansion *TE) { in classof()901 struct NoExpansion : TypeExpansion {902 NoExpansion() : TypeExpansion(TEK_None) {} in NoExpansion()[all …]