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

References

tools/clang/lib/Lex/TokenConcatenation.cpp
   74   TokenInfo[tok::numeric_constant] |= aci_custom_firstchar;
   75   TokenInfo[tok::period          ] |= aci_custom_firstchar;
   76   TokenInfo[tok::amp             ] |= aci_custom_firstchar;
   77   TokenInfo[tok::plus            ] |= aci_custom_firstchar;
   78   TokenInfo[tok::minus           ] |= aci_custom_firstchar;
   79   TokenInfo[tok::slash           ] |= aci_custom_firstchar;
   80   TokenInfo[tok::less            ] |= aci_custom_firstchar;
   81   TokenInfo[tok::greater         ] |= aci_custom_firstchar;
   82   TokenInfo[tok::pipe            ] |= aci_custom_firstchar;
   83   TokenInfo[tok::percent         ] |= aci_custom_firstchar;
   84   TokenInfo[tok::colon           ] |= aci_custom_firstchar;
   85   TokenInfo[tok::hash            ] |= aci_custom_firstchar;
   86   TokenInfo[tok::arrow           ] |= aci_custom_firstchar;
  107     TokenInfo[tok::lessequal ] |= aci_custom_firstchar;