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

References

tools/clang/tools/extra/clang-include-fixer/FuzzySymbolIndex.cpp
   73     if (State != EMPTY) {
   75       State = EMPTY;
   84       switch (State) {
   89         State = SMALL_WORD;
   95         State = SMALL_WORD;
   98       switch (State) {
  100         State = BIG_WORD;
  106         State = ONE_BIG;
  108     else if (Type == DIGIT && State != NUMBER) {
  110       State = NUMBER;