Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DURI.cpp23 bool isWindowsPath(llvm::StringRef Path) { in isWindowsPath() function
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp55 static bool isWindowsPath(StringRef path) { in isWindowsPath() function