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

References

tools/clang/include/clang/Basic/TokenKinds.h
   88          K == tok::utf16_char_constant || K == tok::utf32_char_constant ||
tools/clang/include/clang/Lex/LiteralSupport.h
  192   bool isUTF32() const { return Kind == tok::utf32_char_constant; }
tools/clang/lib/Lex/Lexer.cpp
 2124     if (Kind == tok::utf16_char_constant || Kind == tok::utf32_char_constant)
 3386                                tok::utf32_char_constant);
tools/clang/lib/Lex/LiteralSupport.cpp
   52   case tok::utf32_char_constant:
 1278   } else if (tok::utf32_char_constant == Kind) {
tools/clang/lib/Lex/MacroArgs.cpp
  236         Tok.is(tok::utf32_char_constant)) {    // U'x'.
tools/clang/lib/Lex/PPExpressions.cpp
  338   case tok::utf32_char_constant: {  // U'x'
tools/clang/lib/Lex/TokenConcatenation.cpp
   98     TokenInfo[tok::utf32_char_constant ] |= aci_custom;
  230   case tok::utf32_char_constant:
  253                     tok::utf16_char_constant, tok::utf32_char_constant))
tools/clang/lib/Parse/ParseExpr.cpp
 1090   case tok::utf32_char_constant:
tools/clang/lib/Parse/ParseTentative.cpp
 1054   case tok::utf32_char_constant: