reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/FuzzyMatch.cpp
  156   assert(Text.size() == Roles.size());
  157   if (Text.size() == 0)
  159   CharType Type = packedLookup<CharType>(CharTypes, Text[0]);
  166   for (unsigned I = 0; I < Text.size() - 1; ++I) {
  168     Type = packedLookup<CharType>(CharTypes, Text[I + 1]);
  175   Roles[Text.size() - 1] = packedLookup<CharRole>(CharRoles, Types);