Searched refs:TypeNameComputer (Results 1 – 1 of 1) sorted by relevance
23 class TypeNameComputer : public TypeVisitorCallbacks { class32 explicit TypeNameComputer(TypeCollection &Types) : Types(Types) {} in TypeNameComputer() function in __anon1737bf7a0111::TypeNameComputer50 Error TypeNameComputer::visitTypeBegin(CVType &Record) { in visitTypeBegin()55 Error TypeNameComputer::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin()62 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd()64 Error TypeNameComputer::visitKnownRecord(CVType &CVR, in visitKnownRecord()70 Error TypeNameComputer::visitKnownRecord(CVRecord<TypeLeafKind> &CVR, in visitKnownRecord()76 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()91 Error TypeNameComputer::visitKnownRecord(CVType &CVR, in visitKnownRecord()105 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ClassRecord &Class) { in visitKnownRecord()[all …]