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

References

tools/clang/lib/Lex/TokenConcatenation.cpp
   73   TokenInfo[tok::identifier      ] |= aci_custom;
   90     TokenInfo[tok::string_literal      ] |= aci_custom;
   91     TokenInfo[tok::wide_string_literal ] |= aci_custom;
   92     TokenInfo[tok::utf8_string_literal ] |= aci_custom;
   93     TokenInfo[tok::utf16_string_literal] |= aci_custom;
   94     TokenInfo[tok::utf32_string_literal] |= aci_custom;
   95     TokenInfo[tok::char_constant       ] |= aci_custom;
   96     TokenInfo[tok::wide_char_constant  ] |= aci_custom;
   97     TokenInfo[tok::utf16_char_constant ] |= aci_custom;
   98     TokenInfo[tok::utf32_char_constant ] |= aci_custom;
  103     TokenInfo[tok::utf8_char_constant] |= aci_custom;
  208   if (ConcatInfo & aci_custom) {