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

References

tools/clang/tools/extra/clangd/FuzzyMatch.cpp
  165   auto Rotate = [&](CharType T) { Types = ((Types << 2) | T) & 0x3f; };
  165   auto Rotate = [&](CharType T) { Types = ((Types << 2) | T) & 0x3f; };
  171     Roles[I] = packedLookup<CharRole>(CharRoles, Types);
  175   Roles[Text.size() - 1] = packedLookup<CharRole>(CharRoles, Types);