clang-tools  8.0.0
Public Member Functions | Static Public Attributes | List of all members
clang::clangd::FileDistance Class Reference

#include <FileDistance.h>

Collaboration diagram for clang::clangd::FileDistance:
[legend]

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
 

Detailed Description

Definition at line 72 of file FileDistance.h.

Constructor & Destructor Documentation

◆ FileDistance()

clang::clangd::FileDistance::FileDistance ( llvm::StringMap< SourceParams Sources,
const FileDistanceOptions Opts = {} 
)

Definition at line 59 of file FileDistance.cpp.

Member Function Documentation

◆ distance()

unsigned clang::clangd::FileDistance::distance ( llvm::StringRef  Path)

Member Data Documentation

◆ RootHash

const llvm::hash_code clang::clangd::FileDistance::RootHash
static
Initial value:
=
llvm::hash_value(llvm::StringRef("/"))

Definition at line 75 of file FileDistance.h.

Referenced by clang::clangd::canonicalize(), and distance().

◆ Unreachable

constexpr const unsigned clang::clangd::FileDistance::Unreachable = std::numeric_limits<unsigned>::max()
static

Definition at line 74 of file FileDistance.h.

Referenced by clang::clangd::canonicalize(), distance(), and clang::clangd::scopeBoost().


The documentation for this class was generated from the following files: