clang-tools
15.0.0git
|
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
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. More... | |
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 . More... | |