clang-tools 20.0.0git
|
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
Functions | |
std::string | clang::clangd::maybeCaseFoldPath (PathRef Path) |
bool | clang::clangd::pathEqual (PathRef A, PathRef B) |
PathRef | clang::clangd::absoluteParent (PathRef Path) |
Variant of parent_path that operates only on absolute paths. | |
bool | clang::clangd::pathStartsWith (PathRef Ancestor, PathRef Path, llvm::sys::path::Style Style=llvm::sys::path::Style::native) |
Checks if Ancestor is a proper ancestor of Path . | |