Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DFuzzyMatch.cpp151 template <typename T> static T packedLookup(const uint8_t *Data, int I) { in packedLookup() function
159 CharType Type = packedLookup<CharType>(CharTypes, Text[0]); in calculateRoles()
168 Type = packedLookup<CharType>(CharTypes, Text[I + 1]); in calculateRoles()
171 Roles[I] = packedLookup<CharRole>(CharRoles, Types); in calculateRoles()
175 Roles[Text.size() - 1] = packedLookup<CharRole>(CharRoles, Types); in calculateRoles()