Lines Matching defs:USR
226 /// The identifier property of a symbol contains the USR for precise and unique
230 Identifier["precise"] = Record.USR;
590 Elem["usr"] = Parent.USR;
724 << Source.USR << " $ ";
725 if (Target.USR.empty())
728 OS << Target.USR;
731 Relationship["source"] = Source.USR;
732 Relationship["target"] = Target.USR;
755 // If we need symbol labels for testing emit the USR as the value and the key
758 Obj["!testLabel"] = Record->USR;
928 !API.findRecordForUSR(Record->Interface.USR))
998 (*CurrentSymbol)["type"] = Record->UnderlyingType.USR;
1080 SymbolGraphSerializer::serializeSingleSymbolSGF(StringRef USR,
1082 APIRecord *Record = API.findRecordForUSR(USR);
1107 // If we don't have a USR there isn't much we can do.
1118 RelatedSymbol["usr"] = RelatedRecord->USR;