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

References

tools/clang/include/clang/Basic/TokenKinds.h
   86   return K == tok::numeric_constant || K == tok::char_constant ||
   86   return K == tok::numeric_constant || K == tok::char_constant ||
   87          K == tok::wide_char_constant || K == tok::utf8_char_constant ||
   87          K == tok::wide_char_constant || K == tok::utf8_char_constant ||
   88          K == tok::utf16_char_constant || K == tok::utf32_char_constant ||
   88          K == tok::utf16_char_constant || K == tok::utf32_char_constant ||
   89          isStringLiteral(K) || K == tok::header_name;
   89          isStringLiteral(K) || K == tok::header_name;