Searched refs:TypeExpansion (Results 1 – 1 of 1) sorted by relevance
858 struct TypeExpansion { struct874 virtual ~TypeExpansion() {} in ~TypeExpansion() argument877 struct ConstantArrayExpansion : TypeExpansion {883 static bool classof(const TypeExpansion *TE) { in classof()888 struct RecordExpansion : TypeExpansion {897 static bool classof(const TypeExpansion *TE) { in classof()902 struct ComplexExpansion : TypeExpansion {906 static bool classof(const TypeExpansion *TE) { in classof()911 struct NoExpansion : TypeExpansion {912 NoExpansion() : TypeExpansion(TEK_None) {} in NoExpansion()[all …]