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

References

tools/clang/tools/extra/clangd/FuzzyMatch.cpp
  160   CharTypeSet TypeSet = 1 << Type;
  163   int Types = Type;
  168     Type = packedLookup<CharType>(CharTypes, Text[I + 1]);
  169     TypeSet |= 1 << Type;
  170     Rotate(Type);