Searched refs:PreciseIdentifier (Results 1 – 2 of 2) sorted by relevance
88 std::string PreciseIdentifier; member90 Fragment(StringRef Spelling, FragmentKind Kind, StringRef PreciseIdentifier) in Fragment()91 : Spelling(Spelling), Kind(Kind), PreciseIdentifier(PreciseIdentifier) { in Fragment()102 StringRef PreciseIdentifier = "") {109 Fragments.emplace_back(Spelling, Kind, PreciseIdentifier);
281 if (!F.PreciseIdentifier.empty()) in serializeDeclarationFragments()282 Fragment["preciseIdentifier"] = F.PreciseIdentifier; in serializeDeclarationFragments()