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

References

tools/clang/tools/extra/clangd/FuzzyMatch.cpp
  189     LowWord[I] = lower(Word[I]);
  195     if (LowWord[W] == LowPat[P])
  252   if (LowPat[P] != LowWord[W])
  263         (Word[W] == LowWord[W] || !(WordTypeSet & 1 << Lower)))
  281   assert(LowPat[P] == LowWord[W]);