Searched refs:TypeExpansion (Results 1 – 1 of 1) sorted by relevance
864 struct TypeExpansion { struct879 TypeExpansion(TypeExpansionKind K) : Kind(K) {} in TypeExpansion() argument880 virtual ~TypeExpansion() {} in ~TypeExpansion() argument883 struct ConstantArrayExpansion : TypeExpansion {888 : TypeExpansion(TEK_ConstantArray), EltTy(EltTy), NumElts(NumElts) {} in ConstantArrayExpansion()889 static bool classof(const TypeExpansion *TE) { in classof()894 struct RecordExpansion : TypeExpansion {901 : TypeExpansion(TEK_Record), Bases(std::move(Bases)), in RecordExpansion()903 static bool classof(const TypeExpansion *TE) { in classof()908 struct ComplexExpansion : TypeExpansion {[all …]