Searched refs:TypeExpansion (Results 1 – 1 of 1) sorted by relevance
868 struct TypeExpansion { struct884 virtual ~TypeExpansion() {} in ~TypeExpansion() argument887 struct ConstantArrayExpansion : TypeExpansion {893 static bool classof(const TypeExpansion *TE) { in classof()898 struct RecordExpansion : TypeExpansion {907 static bool classof(const TypeExpansion *TE) { in classof()912 struct ComplexExpansion : TypeExpansion {916 static bool classof(const TypeExpansion *TE) { in classof()921 struct NoExpansion : TypeExpansion {922 NoExpansion() : TypeExpansion(TEK_None) {} in NoExpansion()[all …]