Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp54 static std::string percentEncodeURICharacter(char C) { in percentEncodeURICharacter() function
101 Ret += percentEncodeURICharacter(C); in fileNameToURI()