Searched refs:TypeExpansion (Results 1 – 1 of 1) sorted by relevance
600 struct TypeExpansion { struct615 TypeExpansion(TypeExpansionKind K) : Kind(K) {} in TypeExpansion() function616 virtual ~TypeExpansion() {} in ~TypeExpansion() argument619 struct ConstantArrayExpansion : TypeExpansion {624 : TypeExpansion(TEK_ConstantArray), EltTy(EltTy), NumElts(NumElts) {} in ConstantArrayExpansion()625 static bool classof(const TypeExpansion *TE) { in classof()630 struct RecordExpansion : TypeExpansion {637 : TypeExpansion(TEK_Record), Bases(Bases), Fields(Fields) {} in RecordExpansion()638 static bool classof(const TypeExpansion *TE) { in classof()643 struct ComplexExpansion : TypeExpansion {[all …]