Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
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
DFuzzyMatch.cpp154 CharTypeSet calculateRoles(llvm::StringRef Text, in calculateRoles()
160 CharTypeSet TypeSet = 1 << Type; in calculateRoles()