Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DURI.cpp23 bool isWindowsPath(llvm::StringRef Path) { in isWindowsPath() function
49 } else if (isWindowsPath(Body.substr(1))) { in getAbsolutePath()
67 } else if (isWindowsPath(Root)) { in uriFromAbsolutePath()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp55 static bool isWindowsPath(StringRef path) { in isWindowsPath() function
137 } else if (isWindowsPath(root)) { in uriFromAbsolutePath()
169 } else if (isWindowsPath(body.substr(1))) { in getAbsolutePath()