clang-tools
11.0.0
|
#include <FileDistance.h>
Public Attributes | |
unsigned | UpCost = 2 |
unsigned | DownCost = 1 |
unsigned | IncludeCost = 2 |
bool | AllowDownTraversalFromRoot = true |
Definition at line 56 of file FileDistance.h.
bool clang::clangd::FileDistanceOptions::AllowDownTraversalFromRoot = true |
Definition at line 60 of file FileDistance.h.
Referenced by clang::clangd::FileDistance::distance().
unsigned clang::clangd::FileDistanceOptions::DownCost = 1 |
Definition at line 58 of file FileDistance.h.
Referenced by clang::clangd::FileDistance::distance().
unsigned clang::clangd::FileDistanceOptions::IncludeCost = 2 |
Definition at line 59 of file FileDistance.h.
unsigned clang::clangd::FileDistanceOptions::UpCost = 2 |
Definition at line 57 of file FileDistance.h.