Searched refs:TypeExpansion (Results 1 – 1 of 1) sorted by relevance
770 struct TypeExpansion { struct785 TypeExpansion(TypeExpansionKind K) : Kind(K) {} in TypeExpansion() function786 virtual ~TypeExpansion() {} in ~TypeExpansion() argument789 struct ConstantArrayExpansion : TypeExpansion {794 : TypeExpansion(TEK_ConstantArray), EltTy(EltTy), NumElts(NumElts) {} in ConstantArrayExpansion()795 static bool classof(const TypeExpansion *TE) { in classof()800 struct RecordExpansion : TypeExpansion {807 : TypeExpansion(TEK_Record), Bases(std::move(Bases)), in RecordExpansion()809 static bool classof(const TypeExpansion *TE) { in classof()814 struct ComplexExpansion : TypeExpansion {[all …]