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

References

tools/clang/tools/extra/clangd/FuzzyMatch.cpp
   98   auto Best = std::max(Scores[PatN][WordN][Miss].Score,
   99                        Scores[PatN][WordN][Match].Score);
  218     Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss),
  226       auto MatchMissScore = PreMiss[Match].Score;
  227       auto MissMissScore = PreMiss[Miss].Score;
  239               ? PreMatch[Match].Score + matchBonus(P, W, Match)
  242                                 ? PreMatch[Miss].Score + matchBonus(P, W, Miss)
  323   } else if (isAwful(std::max(Scores[PatN][WordN][Match].Score,
  324                               Scores[PatN][WordN][Miss].Score))) {
  334       (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score)
  334       (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score)
  345     S[W] = Cell.Score - Prev.Score;
  345     S[W] = Cell.Score - Prev.Score;
  387         if (!isAwful(Scores[I][J][A].Score))
  388           OS << llvm::format("%3d%c", Scores[I][J][A].Score,