Searched refs:TypeExpansion (Results 1 – 1 of 1) sorted by relevance
943 struct TypeExpansion { struct958 TypeExpansion(TypeExpansionKind K) : Kind(K) {} in TypeExpansion() function959 virtual ~TypeExpansion() {} in ~TypeExpansion() argument962 struct ConstantArrayExpansion : TypeExpansion {967 : TypeExpansion(TEK_ConstantArray), EltTy(EltTy), NumElts(NumElts) {} in ConstantArrayExpansion()968 static bool classof(const TypeExpansion *TE) { in classof()973 struct RecordExpansion : TypeExpansion {980 : TypeExpansion(TEK_Record), Bases(std::move(Bases)), in RecordExpansion()982 static bool classof(const TypeExpansion *TE) { in classof()987 struct ComplexExpansion : TypeExpansion {[all …]