Lines Matching defs:USR
232 /// The identifier property of a symbol contains the USR for precise and unique
236 Identifier["precise"] = Record.USR;
596 Elem["usr"] = Parent.USR;
722 << Source.USR << " $ ";
723 if (Target.USR.empty())
726 OS << Target.USR;
729 Relationship["source"] = Source.USR;
730 Relationship["target"] = Target.USR;
753 // If we need symbol labels for testing emit the USR as the value and the key
756 Obj["!testLabel"] = Record->USR;
926 !API.findRecordForUSR(Record->Interface.USR))
996 (*CurrentSymbol)["type"] = Record->UnderlyingType.USR;
1077 SymbolGraphSerializer::serializeSingleSymbolSGF(StringRef USR,
1079 APIRecord *Record = API.findRecordForUSR(USR);
1104 // If we don't have a USR there isn't much we can do.
1115 RelatedSymbol["usr"] = RelatedRecord->USR;