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

References

tools/clang/include/clang/Lex/Token.h
  184     if (isLiteral()) return nullptr;
  218     assert(isLiteral() && "Cannot get literal data of non-literal");
  222     assert(isLiteral() && "Cannot set literal data of non-literal");
tools/clang/lib/ARCMigrate/ObjCMT.cpp
  830         if (Tok.isLiteral() && Tok.getLength() > 2) {
tools/clang/lib/Format/ContinuationIndenter.cpp
  493        (Previous.Tok.isLiteral() && (Previous.TokenText.endswith("\\n\"") ||
tools/clang/lib/Format/TokenAnnotator.cpp
   83       if (Previous.Previous->Tok.isLiteral())
 1364              Current.Previous->Tok.isLiteral())) {
 1622         (Tok.Next->Tok.isLiteral() ||
 1718     if (PrevToken->Tok.isLiteral() ||
 1721         NextToken->Tok.isLiteral() ||
 2153         Tok->Tok.isLiteral())
 2567     return Left.Tok.isLiteral() || (Left.is(tok::identifier) && Left.Previous &&
 2582     return (Left.Tok.isLiteral() ||
 2595     return Right.Tok.isLiteral() || Right.is(TT_BlockComment) ||
tools/clang/lib/Format/UnwrappedLineParser.cpp
  900   return FormatTok->Tok.isLiteral() ||
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  789     } else if (Tok.isLiteral() && !Tok.needsCleaning() &&
tools/clang/lib/Lex/Lexer.cpp
  415   if (Tok.isLiteral())
tools/clang/lib/Lex/MacroInfo.cpp
  169     else if (Tok.isLiteral() && Tok.getLiteralData())
tools/clang/lib/Lex/Preprocessor.cpp
  498   else if (Tok.isLiteral())
tools/clang/lib/Lex/TokenConcatenation.cpp
  133     if (Tok.isLiteral() && Tok.getLiteralData()) {
tools/clang/lib/Lex/TokenLexer.cpp
  618          FirstTok.getIdentifierInfo()->isStr("L") && SecondTok.isLiteral() &&
tools/clang/tools/libclang/CIndex.cpp
 6744     if (Tok.isLiteral()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  513           if (ti->isLiteral()) {