Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp64 static bool shouldEscapeInURI(unsigned char c) { in shouldEscapeInURI() function
90 if (shouldEscapeInURI(c)) { in percentEncode()