Home
last modified time | relevance | path

Searched refs:allowMatch (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DFuzzyMatch.cpp238 allowMatch(P, W, Match) in buildGraph()
241 auto MissMatchScore = allowMatch(P, W, Miss) in buildGraph()
251 bool FuzzyMatcher::allowMatch(int P, int W, Action Last) const { in allowMatch() function in clang::clangd::FuzzyMatcher
DFuzzyMatch.h103 bool allowMatch(int P, int W, Action Last) const;