Searched refs:TypeExpansion (Results 1 – 1 of 1) sorted by relevance
847 struct TypeExpansion { struct862 TypeExpansion(TypeExpansionKind K) : Kind(K) {} in TypeExpansion() function863 virtual ~TypeExpansion() {} in ~TypeExpansion() argument866 struct ConstantArrayExpansion : TypeExpansion {871 : TypeExpansion(TEK_ConstantArray), EltTy(EltTy), NumElts(NumElts) {} in ConstantArrayExpansion()872 static bool classof(const TypeExpansion *TE) { in classof()877 struct RecordExpansion : TypeExpansion {884 : TypeExpansion(TEK_Record), Bases(std::move(Bases)), in RecordExpansion()886 static bool classof(const TypeExpansion *TE) { in classof()891 struct ComplexExpansion : TypeExpansion {[all …]