Searched refs:UdtType (Results 1 – 1 of 1) sorted by relevance
323 struct UdtType : public Type { struct813 Type *UdtType::clone(ArenaAllocator &Arena) const { in clone()814 return Arena.alloc<UdtType>(*this); in clone()817 void UdtType::outputPre(OutputStream &OS) { in outputPre()888 UdtType *demangleClassType(StringView &MangledName);1750 UdtType *Demangler::demangleClassType(StringView &MangledName) { in demangleClassType()1751 UdtType *UTy = Arena.alloc<UdtType>(); in demangleClassType()