Home
last modified time | relevance | path

Searched refs:ProxOpts (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp1481 FileDistanceOptions ProxOpts{}; // Use defaults. in run() local
1490 Source.Cost = HeaderIDAndDepth.getSecond() * ProxOpts.IncludeCost; in run()
1497 FileProximity.emplace(ProxSources, ProxOpts); in run()