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

References

tools/clang/lib/Lex/Lexer.cpp
 1655     FormTokenWithChars(Result, CurPtr, tok::raw_identifier);
 1806   FormTokenWithChars(Result, CurPtr, tok::numeric_constant);
 1929       FormTokenWithChars(Result, CurPtr-1, tok::unknown);
 1939         FormTokenWithChars(Result, CurPtr - 1, tok::unknown);
 1959   FormTokenWithChars(Result, CurPtr, Kind);
 2007     FormTokenWithChars(Result, CurPtr, tok::unknown);
 2028       FormTokenWithChars(Result, CurPtr-1, tok::unknown);
 2039   FormTokenWithChars(Result, CurPtr, Kind);
 2061       FormTokenWithChars(Result, AfterLessPos, tok::less);
 2069         FormTokenWithChars(Result, CurPtr - 1, tok::unknown);
 2083   FormTokenWithChars(Result, CurPtr, tok::header_name);
 2136     FormTokenWithChars(Result, CurPtr, tok::unknown);
 2149       FormTokenWithChars(Result, CurPtr-1, tok::unknown);
 2156         FormTokenWithChars(Result, CurPtr-1, tok::unknown);
 2176   FormTokenWithChars(Result, CurPtr, Kind);
 2215     FormTokenWithChars(Result, CurPtr, tok::unknown);
 2388   FormTokenWithChars(Result, CurPtr, tok::comment);
 2508       FormTokenWithChars(Result, CurPtr, tok::unknown);
 2605         FormTokenWithChars(Result, CurPtr, tok::unknown);
 2630     FormTokenWithChars(Result, CurPtr, tok::comment);
 2719     FormTokenWithChars(Result, CurPtr, tok::eod);
 2732     FormTokenWithChars(Result, BufferEnd, tok::eof);
 2946   FormTokenWithChars(Result, End, tok::raw_identifier);
 3126   FormTokenWithChars(Result, CurPtr, tok::unknown);
 3191       FormTokenWithChars(Result, CurPtr, tok::unknown);
 3216       FormTokenWithChars(Result, CurPtr, tok::code_completion);
 3935   FormTokenWithChars(Result, CurPtr, Kind);
 3941   FormTokenWithChars(Result, CurPtr, tok::hash);
tools/clang/lib/Lex/PPDirectives.cpp
 2025         CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof);
tools/clang/lib/Lex/PPLexerChange.cpp
  323     CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end);
  411       CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof);
  447       CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end);
  494   CurLexer->FormTokenWithChars(Result, EndPos, tok::eof);
tools/clang/lib/Lex/Pragma.cpp
  879     CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof);