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
  191   bool isUTF16() const { return Kind == tok::utf16_char_constant; }
tools/clang/lib/Lex/Lexer.cpp
 2124     if (Kind == tok::utf16_char_constant || Kind == tok::utf32_char_constant)
 3328                                tok::utf16_char_constant);
tools/clang/lib/Lex/LiteralSupport.cpp
   49   case tok::utf16_char_constant:
 1276   } else if (tok::utf16_char_constant == Kind) {
tools/clang/lib/Lex/MacroArgs.cpp
  235         Tok.is(tok::utf16_char_constant) ||    // u'x'.
tools/clang/lib/Lex/PPExpressions.cpp
  337   case tok::utf16_char_constant:    // u'x'
tools/clang/lib/Lex/TokenConcatenation.cpp
   97     TokenInfo[tok::utf16_char_constant ] |= aci_custom;
  229   case tok::utf16_char_constant:
  253                     tok::utf16_char_constant, tok::utf32_char_constant))
tools/clang/lib/Parse/ParseExpr.cpp
 1089   case tok::utf16_char_constant:
tools/clang/lib/Parse/ParseTentative.cpp
 1053   case tok::utf16_char_constant: