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 ||
tools/clang/include/clang/Lex/LiteralSupport.h
  188   bool isAscii() const { return Kind == tok::char_constant; }
tools/clang/lib/Format/FormatTokenLexer.cpp
  848       Tok.is(tok::char_constant)) {
tools/clang/lib/Format/TokenAnnotator.cpp
 2547       Right.isOneOf(tok::identifier, tok::string_literal, tok::char_constant,
tools/clang/lib/Lex/Lexer.cpp
 3471     return LexCharConstant(Result, CurPtr, tok::char_constant);
tools/clang/lib/Lex/LiteralSupport.cpp
   41   case tok::char_constant:
 1227   if (Kind != tok::char_constant)
tools/clang/lib/Lex/MacroArgs.cpp
  214   Tok.setKind(Charify ? tok::char_constant : tok::string_literal);
  232         Tok.is(tok::char_constant) ||          // 'x'
tools/clang/lib/Lex/PPExpressions.cpp
  334   case tok::char_constant:          // 'x'
tools/clang/lib/Lex/TokenConcatenation.cpp
   95     TokenInfo[tok::char_constant       ] |= aci_custom;
  226   case tok::char_constant:
  257     if (Tok.isNot(tok::char_constant) && Tok.isNot(tok::string_literal))
tools/clang/lib/Parse/ParseExpr.cpp
 1086   case tok::char_constant:     // constant: character-constant
tools/clang/lib/Parse/ParseObjc.cpp
 2808   case tok::char_constant:
tools/clang/lib/Parse/ParseTentative.cpp
 1050   case tok::char_constant: