Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DURI.cpp89 bool shouldEscape(unsigned char C) { in shouldEscape() function
113 if (shouldEscape(C)) { in percentEncode()