Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DURI.cpp25 bool isWindowsPath(llvm::StringRef Path) { in isWindowsPath() function
51 } else if (isWindowsPath(Body.substr(1))) { in getAbsolutePath()
69 } else if (isWindowsPath(Root)) { in uriFromAbsolutePath()