Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFuzzyMatch.h49 using CharTypeSet = unsigned char; variable
66 CharTypeSet calculateRoles(llvm::StringRef Text,
112 CharTypeSet PatTypeSet; // Bitmask of 1<<CharType for all Pattern characters
120 CharTypeSet WordTypeSet; // Bitmask of 1<<CharType for all Word characters
H A DFuzzyMatch.cpp154 CharTypeSet calculateRoles(llvm::StringRef Text, in calculateRoles()
160 CharTypeSet TypeSet = 1 << Type; in calculateRoles()