Home
last modified time | relevance | path

Searched refs:FuzzyMatcher (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DFuzzyMatch.cpp65 constexpr int FuzzyMatcher::MaxPat;
66 constexpr int FuzzyMatcher::MaxWord;
76 FuzzyMatcher::FuzzyMatcher(llvm::StringRef Pattern) in FuzzyMatcher() function in clang::clangd::FuzzyMatcher
92 llvm::Optional<float> FuzzyMatcher::match(llvm::StringRef Word) { in match()
181 bool FuzzyMatcher::init(llvm::StringRef NewWord) { in init()
216 void FuzzyMatcher::buildGraph() { in buildGraph()
251 bool FuzzyMatcher::allowMatch(int P, int W, Action Last) const { in allowMatch()
269 int FuzzyMatcher::skipPenalty(int W, Action Last) const { in skipPenalty()
280 int FuzzyMatcher::matchBonus(int P, int W, Action Last) const { in matchBonus()
308 llvm::SmallString<256> FuzzyMatcher::dumpLast(llvm::raw_ostream &OS) const { in dumpLast()
DFuzzyMatch.h71 class FuzzyMatcher {
74 FuzzyMatcher(llvm::StringRef Pattern);
DFindSymbols.cpp118 FuzzyMatcher Filter(Req.Query); in getWorkspaceSymbols()
DCodeComplete.cpp1255 llvm::Optional<FuzzyMatcher> Filter; // Initialized once Sema runs.
1383 Filter = FuzzyMatcher(HeuristicPrefix.Name); in runWithoutSema()
1478 Filter = FuzzyMatcher( in runWithSema()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DFuzzyMatchTests.cpp64 FuzzyMatcher Matcher(Pattern); in MatchAndExplain()
201 FuzzyMatcher Matcher(Pattern); in MatchAndExplain()
/external/llvm-project/clang-tools-extra/clangd/index/
DMemIndex.cpp37 FuzzyMatcher Filter(Req.Query); in fuzzyFind()
/external/llvm-project/clang-tools-extra/clangd/index/dex/
DDex.cpp193 FuzzyMatcher Filter(Req.Query); in fuzzyFind()