Searched refs:TypeServer2Record (Results 1 – 7 of 7) sorted by relevance
581 class TypeServer2Record : public TypeRecord {583 TypeServer2Record() = default;584 explicit TypeServer2Record(TypeRecordKind Kind) : TypeRecord(Kind) {} in TypeServer2Record() function585 TypeServer2Record(StringRef GuidStr, uint32_t Age, StringRef Name) in TypeServer2Record() function
156 Error TypeNameComputer::visitKnownRecord(CVType &CVR, TypeServer2Record &TS) { in visitKnownRecord()
376 TypeServer2Record &Record) { in visitKnownRecord()
355 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, TypeServer2Record &TS) { in visitKnownRecord()
426 TypeServer2Record &TS) { in visitKnownRecord()
553 template <> void LeafRecordImpl<TypeServer2Record>::map(IO &IO) { in map()
555 TypeServer2Record TS; in maybeMergeTypeServerPDB()