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

References

tools/clang/tools/extra/clangd/FuzzyMatch.cpp
  340     A[W] = Last;
  349     if (A[I] == Match && (I == 0 || A[I - 1] == Miss))
  349     if (A[I] == Match && (I == 0 || A[I - 1] == Miss))
  351     if (A[I] == Miss && I > 0 && A[I - 1] == Match)
  351     if (A[I] == Miss && I > 0 && A[I - 1] == Match)
  355   if (A[WordN - 1] == Match)
  362     OS << " " << (A[I] == Match ? Pat[J++] : ' ') << " ";