Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DSarif.cpp53 static std::string percentEncodeURICharacter(char C) { in percentEncodeURICharacter() function
101 Ret += percentEncodeURICharacter(C); in fileNameToURI()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp71 static std::string percentEncodeURICharacter(char C) { in percentEncodeURICharacter() function
113 Ret += percentEncodeURICharacter(C); in fileNameToURI()