reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
81 std::string fixUTF8(llvm::StringRef S);
311 V = fixUTF8(std::move(V)); 323 *this = Value(fixUTF8(V)); 496 *Owned = fixUTF8(std::move(*Owned)); 503 *this = ObjectKey(fixUTF8(S));lib/Support/JSON.cpp
694 quote(OS, fixUTF8(Key));
tools/lldb/tools/lldb-vscode/JSONUtils.cpp 30 obj.try_emplace(key, llvm::json::fixUTF8(str));
unittests/Support/JSONTest.cpp205 EXPECT_EQ(fixUTF8(Valid), Valid); 217 EXPECT_EQ(fixUTF8(Invalid.first), Invalid.second);