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

References

tools/clang/include/clang/Basic/TokenKinds.h
   87          K == tok::wide_char_constant || K == tok::utf8_char_constant ||
tools/clang/include/clang/Lex/LiteralSupport.h
  190   bool isUTF8() const { return Kind == tok::utf8_char_constant; }
tools/clang/lib/Lex/Lexer.cpp
 2128     else if (Kind == tok::utf8_char_constant)
 3351               tok::utf8_char_constant);
tools/clang/lib/Lex/LiteralSupport.cpp
   43   case tok::utf8_char_constant:
 1229   if (Kind == tok::utf8_char_constant)
 1274   } else if (tok::utf8_char_constant == Kind) {
tools/clang/lib/Lex/MacroArgs.cpp
  234         Tok.is(tok::utf8_char_constant) ||     // u8'x'.
tools/clang/lib/Lex/PPExpressions.cpp
  336   case tok::utf8_char_constant:     // u8'x'
tools/clang/lib/Lex/TokenConcatenation.cpp
  103     TokenInfo[tok::utf8_char_constant] |= aci_custom;
  228   case tok::utf8_char_constant:
  252                     tok::wide_char_constant, tok::utf8_char_constant,
tools/clang/lib/Parse/ParseExpr.cpp
 1088   case tok::utf8_char_constant:
tools/clang/lib/Parse/ParseTentative.cpp
 1052   case tok::utf8_char_constant: