Home
last modified time | relevance | path

Searched refs:percentDecode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DURI.cpp123 std::string percentDecode(llvm::StringRef Content) { in percentDecode() function
185 U.Scheme = percentDecode(SchemeStr); in parse()
191 U.Authority = percentDecode(Uri.substr(0, Pos)); in parse()
194 U.Body = percentDecode(Uri); in parse()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp101 static std::string percentDecode(StringRef content) { in percentDecode() function
188 std::string uriScheme = percentDecode(schemeStr); in parseFilePathFromURI()
199 uriAuthority = percentDecode(uri.substr(0, pos)); in parseFilePathFromURI()
204 std::string uriBody = percentDecode(uri); in parseFilePathFromURI()