Searched refs:TypeExpansion (Results 1 – 1 of 1) sorted by relevance
847 struct TypeExpansion { struct863 virtual ~TypeExpansion() {} in ~TypeExpansion() argument866 struct ConstantArrayExpansion : TypeExpansion {872 static bool classof(const TypeExpansion *TE) { in classof()877 struct RecordExpansion : TypeExpansion {886 static bool classof(const TypeExpansion *TE) { in classof()891 struct ComplexExpansion : TypeExpansion {895 static bool classof(const TypeExpansion *TE) { in classof()900 struct NoExpansion : TypeExpansion {901 NoExpansion() : TypeExpansion(TEK_None) {} in NoExpansion()[all …]