Searched refs:fixUTF8 (Results 1 – 3 of 3) sorted by relevance
89 std::string fixUTF8(llvm::StringRef S);319 V = fixUTF8(std::move(V)); in Value()331 *this = Value(fixUTF8(V)); in Value()584 *Owned = fixUTF8(std::move(*Owned)); in ObjectKey()591 *this = ObjectKey(fixUTF8(S)); in ObjectKey()
272 std::string Truncated = fixUTF8(S.take_front(37)); in abbreviate()707 std::string fixUTF8(llvm::StringRef S) { in fixUTF8() function891 quote(OS, fixUTF8(Key)); in attributeBegin()
32 obj.try_emplace(key, llvm::json::fixUTF8(str)); in EmplaceSafeString()