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

Declarations

tools/clang/tools/extra/clangd/FuzzyMatch.h
  103   bool allowMatch(int P, int W, Action Last) const;

References

tools/clang/tools/extra/clangd/FuzzyMatch.cpp
  238           allowMatch(P, W, Match)
  241       auto MissMatchScore = allowMatch(P, W, Miss)