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

References

tools/clang/tools/extra/clangd/FuzzyMatch.cpp
  185   std::copy(NewWord.begin(), NewWord.begin() + WordN, Word);
  189     LowWord[I] = lower(Word[I]);
  202   WordTypeSet = calculateRoles(llvm::StringRef(Word, WordN),
  263         (Word[W] == LowWord[W] || !(WordTypeSet & 1 << Lower)))
  288   if (Pat[P] == Word[W] ||
  310   OS << "=== Match \"" << llvm::StringRef(Word, WordN) << "\" against ["
  314     return Result = llvm::StringRef(Word, WordN);
  353     Result.push_back(Word[I]);
  358   for (char C : llvm::StringRef(Word, WordN))
  369   OS << "\n'" << llvm::StringRef(Word, WordN) << "'\n ";
  379   for (char C : llvm::StringRef(Word, WordN))