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

References

tools/clang/include/clang/Basic/TokenKinds.h
   79          K == tok::utf8_string_literal || K == tok::utf16_string_literal ||
tools/clang/include/clang/Lex/LiteralSupport.h
  255   bool isUTF8() const { return Kind == tok::utf8_string_literal; }
tools/clang/lib/Lex/Lexer.cpp
 1911       (Kind == tok::utf8_string_literal ||
 3346                                tok::utf8_string_literal);
 3362                    tok::utf8_string_literal);
tools/clang/lib/Lex/LiteralSupport.cpp
   44   case tok::utf8_string_literal:
tools/clang/lib/Lex/TokenConcatenation.cpp
   92     TokenInfo[tok::utf8_string_literal ] |= aci_custom;
  223   case tok::utf8_string_literal:
  250         Tok.isOneOf(tok::wide_string_literal, tok::utf8_string_literal,
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
 1213     case tok::utf8_string_literal:
tools/clang/lib/Parse/ParseExpr.cpp
 1106   case tok::utf8_string_literal:
tools/clang/lib/Parse/ParseTentative.cpp
 1057   case tok::utf8_string_literal:
tools/clang/lib/Rewrite/HTMLRewrite.cpp
  485     case tok::utf8_string_literal:
tools/clang/lib/Sema/SemaExpr.cpp
 1679       if (Tok.getKind() == tok::utf8_string_literal) {