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

References

tools/clang/tools/extra/clangd/Quality.cpp
  215     Score *= 6.0 * (1 - S) / (1 + S) + 0.59;
  219     Score *= 0.1f;
  221     Score *= 0.1f;
  223     Score *= 0.2f;
  227     Score *= 4; // FIXME: important keywords should have specific boosts.
  232     Score *= 1.1f;
  235     Score *= 0.8f;
  240     Score *= 0.5f;
  247   return Score;