Searched refs:TypeServer2Record (Results 1 – 6 of 6) sorted by relevance
574 class TypeServer2Record : public TypeRecord {576 TypeServer2Record() = default;577 explicit TypeServer2Record(TypeRecordKind Kind) : TypeRecord(Kind) {} in TypeServer2Record() function578 TypeServer2Record(StringRef GuidStr, uint32_t Age, StringRef Name) in TypeServer2Record() function
157 Error TypeNameComputer::visitKnownRecord(CVType &CVR, TypeServer2Record &TS) { in visitKnownRecord()
354 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, TypeServer2Record &TS) { in visitKnownRecord()
602 TypeServer2Record &Record) { in visitKnownRecord()
432 TypeServer2Record &TS) { in visitKnownRecord()
557 template <> void LeafRecordImpl<TypeServer2Record>::map(IO &IO) { in map()