reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/FileDistance.cpp
  201       Param.Cost = S == "" ? 4 : 0;
  205       Param.Cost = S == "" ? 6 : 2;
  208     Param.MaxUpTraversals = std::max(Path.second - 1, 0);
  209     Sources[Path.first] = std::move(Param);