Home
last modified time | relevance | path

Searched refs:fixUTF8 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DJSON.h82 std::string fixUTF8(llvm::StringRef S);
313 V = fixUTF8(std::move(V)); in Value()
325 *this = Value(fixUTF8(V)); in Value()
562 *Owned = fixUTF8(std::move(*Owned)); in ObjectKey()
569 *this = ObjectKey(fixUTF8(S)); in ObjectKey()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeCompletionStrings.cpp93 Doc = llvm::json::fixUTF8(Doc); in getDeclComment()
/llvm-project-15.0.7/llvm/lib/Support/
H A DJSON.cpp271 std::string Truncated = fixUTF8(S.take_front(37)); in abbreviate()
708 std::string fixUTF8(llvm::StringRef S) { in fixUTF8() function
892 quote(OS, fixUTF8(Key)); in attributeBegin()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DJSONTest.cpp233 EXPECT_EQ(fixUTF8(Valid), Valid); in TEST()
245 EXPECT_EQ(fixUTF8(Invalid.first), Invalid.second); in TEST()
/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp29 obj.try_emplace(key, llvm::json::fixUTF8(str)); in EmplaceSafeString()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp37 obj.try_emplace(key, llvm::json::fixUTF8(str)); in EmplaceSafeString()