Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFuzzyMatch.cpp203 llvm::makeMutableArrayRef(WordRole, WordN)); in init()
262 if (WordRole[W] == Tail && in allowMatch()
272 if (WordRole[W] == Head) // Skipping a segment. in skipPenalty()
289 (WordRole[W] == Head && (IsPatSingleCase || PatRole[P] == Head))) in matchBonus()
296 if (WordRole[W] == Tail && P && Last == Miss) in matchBonus()
299 if (PatRole[P] == Head && WordRole[W] == Tail) in matchBonus()
302 if (P == 0 && WordRole[W] == Tail) in matchBonus()
372 OS << "?-+ "[static_cast<int>(WordRole[I])]; in dumpLast()
H A DFuzzyMatch.h119 CharRole WordRole[MaxWord]; // Word segmentation info variable