Searched refs:fixUTF8 (Results 1 – 4 of 4) sorted by relevance
39 obj.try_emplace(key, llvm::json::fixUTF8(str)); in EmplaceSafeString()1151 std::string key_utf8 = llvm::json::fixUTF8(key); in FilterAndGetValueForKey()1164 out.try_emplace(key_utf8, llvm::json::fixUTF8(contents.GetData())); in FilterAndGetValueForKey()1174 out.try_emplace(key_utf8, llvm::json::fixUTF8(str)); in FilterAndGetValueForKey()1179 out.try_emplace(key_utf8, llvm::json::fixUTF8(contents.GetData())); in FilterAndGetValueForKey()
83 std::string fixUTF8(llvm::StringRef S);313 V = fixUTF8(std::move(V)); in Value()325 *this = Value(fixUTF8(V)); in Value()563 *Owned = fixUTF8(std::move(*Owned)); in ObjectKey()570 *this = ObjectKey(fixUTF8(S)); in ObjectKey()
272 std::string Truncated = fixUTF8(S.take_front(37)); in abbreviate()709 std::string fixUTF8(llvm::StringRef S) { in fixUTF8() function893 quote(OS, fixUTF8(Key)); in attributeBegin()
29 obj.try_emplace(key, llvm::json::fixUTF8(str)); in EmplaceSafeString()