Searched refs:TypeNameComputer (Results 1 – 1 of 1) sorted by relevance
27 class TypeNameComputer : public TypeVisitorCallbacks { class36 explicit TypeNameComputer(TypeCollection &Types) : Types(Types) {} in TypeNameComputer() function in __anon83696ece0111::TypeNameComputer54 Error TypeNameComputer::visitTypeBegin(CVType &Record) { in visitTypeBegin()59 Error TypeNameComputer::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin()66 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd()68 Error TypeNameComputer::visitKnownRecord(CVType &CVR, in visitKnownRecord()74 Error TypeNameComputer::visitKnownRecord(CVRecord<TypeLeafKind> &CVR, in visitKnownRecord()80 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()96 Error TypeNameComputer::visitKnownRecord(CVType &CVR, in visitKnownRecord()110 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ClassRecord &Class) { in visitKnownRecord()[all …]