|
clang-tools 22.0.0git
|
#include <FileDistance.h>
Public Attributes | |
| unsigned | UpCost = 2 |
| unsigned | DownCost = 1 |
| unsigned | IncludeCost = 2 |
| bool | AllowDownTraversalFromRoot = true |
Definition at line 51 of file FileDistance.h.
| bool clang::clangd::FileDistanceOptions::AllowDownTraversalFromRoot = true |
Definition at line 55 of file FileDistance.h.
Referenced by clang::clangd::createScopeFileDistance().
| unsigned clang::clangd::FileDistanceOptions::DownCost = 1 |
Definition at line 53 of file FileDistance.h.
Referenced by clang::clangd::createScopeFileDistance().
| unsigned clang::clangd::FileDistanceOptions::IncludeCost = 2 |
Definition at line 54 of file FileDistance.h.
| unsigned clang::clangd::FileDistanceOptions::UpCost = 2 |
Definition at line 52 of file FileDistance.h.
Referenced by clang::clangd::createScopeFileDistance().