Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DFuzzyMatch.cpp236 auto &PreMatch = Scores[P][W]; in buildGraph() local
239 ? PreMatch[Match].Score + matchBonus(P, W, Match) in buildGraph()
242 ? PreMatch[Miss].Score + matchBonus(P, W, Miss) in buildGraph()