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

References

tools/clang/tools/extra/clangd/FuzzyMatch.cpp
  159   CharType Type = packedLookup<CharType>(CharTypes, Text[0]);
  168     Type = packedLookup<CharType>(CharTypes, Text[I + 1]);
  171     Roles[I] = packedLookup<CharRole>(CharRoles, Types);
  175   Roles[Text.size() - 1] = packedLookup<CharRole>(CharRoles, Types);