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

Declarations

tools/clang/tools/extra/clangd/FuzzyMatch.h
   92   constexpr static int MaxPat = 63, MaxWord = 127;

References

tools/clang/tools/extra/clangd/FuzzyMatch.cpp
  182   WordN = std::min<int>(MaxWord, NewWord.size());
  337   int S[MaxWord];
  338   Action A[MaxWord];
tools/clang/tools/extra/clangd/FuzzyMatch.h
  116   char Word[MaxWord];         // Word data
  118   char LowWord[MaxWord];      // Word in lowercase
  119   CharRole WordRole[MaxWord]; // Word segmentation info
  130   ScoreInfo Scores[MaxPat + 1][MaxWord + 1][/* Last Action */ 2];