Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DFuzzyMatch.h126 struct ScoreInfo { struct
130 ScoreInfo Scores[MaxPat + 1][MaxWord + 1][/* Last Action */ 2]; argument
DFuzzyMatch.cpp233 ? ScoreInfo{MatchMissScore, Match} in buildGraph()
234 : ScoreInfo{MissMissScore, Miss}; in buildGraph()
245 ? ScoreInfo{MatchMatchScore, Match} in buildGraph()
246 : ScoreInfo{MissMatchScore, Miss}; in buildGraph()