clang-tools
10.0.0git
|
#include <FileDistance.h>
Public Member Functions | |
FileDistance (llvm::StringMap< SourceParams > Sources, const FileDistanceOptions &Opts={}) | |
unsigned | distance (llvm::StringRef Path) |
Static Public Attributes | |
static constexpr unsigned | Unreachable = std::numeric_limits<unsigned>::max() |
static const llvm::hash_code | RootHash |
Definition at line 72 of file FileDistance.h.
clang::clangd::FileDistance::FileDistance | ( | llvm::StringMap< SourceParams > | Sources, |
const FileDistanceOptions & | Opts = {} |
||
) |
Definition at line 58 of file FileDistance.cpp.
unsigned clang::clangd::FileDistance::distance | ( | llvm::StringRef | Path | ) |
Definition at line 118 of file FileDistance.cpp.
References clang::clangd::FileDistanceOptions::AllowDownTraversalFromRoot, clang::clangd::canonicalize(), dlog, clang::clangd::FileDistanceOptions::DownCost, clang::clangd::hash_value(), RootHash, and Unreachable.
Referenced by clang::clangd::URIDistance::distance(), and clang::clangd::ScopeDistance::distance().
|
static |
Definition at line 75 of file FileDistance.h.
Referenced by distance().
|
static |
Definition at line 74 of file FileDistance.h.
Referenced by distance(), and clang::clangd::scopeBoost().