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

References

tools/clang/tools/extra/clangd/FuzzyMatch.cpp
   79   std::copy(Pattern.begin(), Pattern.begin() + PatN, Pat);
   81     LowPat[I] = lower(Pat[I]);
   88   PatTypeSet = calculateRoles(llvm::StringRef(Pat, PatN),
  288   if (Pat[P] == Word[W] ||
  311      << llvm::StringRef(Pat, PatN) << "] ===\n";
  362     OS << " " << (A[I] == Match ? Pat[J++] : ' ') << " ";
  372   OS << "\n[" << llvm::StringRef(Pat, PatN) << "]\n ";
  385       OS << ((I && A == Miss) ? Pat[I - 1] : ' ') << "|";
tools/clang/tools/extra/clangd/FuzzyMatch.h
   82   llvm::StringRef pattern() const { return llvm::StringRef(Pat, PatN); }