11#include "llvm/ADT/StringRef.h"
12#include "llvm/Support/Path.h"
16#if defined(_WIN32) || defined(__APPLE__)
17#define CLANGD_PATH_CASE_INSENSITIVE
40 llvm::sys::path::Style Style = llvm::sys::path::Style::native);
Whether current platform treats paths case insensitively.
PathRef absoluteParent(PathRef Path)
bool pathEqual(PathRef, PathRef)
std::string maybeCaseFoldPath(PathRef Path)
bool pathStartsWith(PathRef Ancestor, PathRef Path, llvm::sys::path::Style Style=llvm::sys::path::Style::native)