Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFuzzyMatch.h120 CharTypeSet WordTypeSet; // Bitmask of 1<<CharType for all Word characters variable
H A DFuzzyMatch.cpp202 WordTypeSet = calculateRoles(llvm::StringRef(Word, WordN), in init()
263 (Word[W] == LowWord[W] || !(WordTypeSet & 1 << Lower))) in allowMatch()