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

References

tools/clang/tools/extra/clangd/unittests/FuzzyMatchTests.cpp
  206       auto Score = Matcher.match(Str.Word);
  208         *OS << "\nDoesn't match '" << Str.Word << "'";
  216         if (!Str.accepts(AnnotatedMatch)) {
  217           *OS << "\nDoesn't match " << Str << ", but " << AnnotatedMatch << "\n"
  221           *OS << "\nRanks '" << Str.Word << "'=" << *Score << " above '"
  229       LastMatch = &Str;