Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSarif.cpp54 static std::string percentEncodeURICharacter(char C) { in percentEncodeURICharacter() function
102 Ret += percentEncodeURICharacter(C); in fileNameToURI()