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

Declarations

tools/clang/include/clang/Lex/Lexer.h
  248   void ReadToEndOfLine(SmallVectorImpl<char> *Result = nullptr);

References

tools/clang/lib/Lex/PPDirectives.cpp
 1386   CurLexer->ReadToEndOfLine(&Message);
tools/clang/lib/Lex/Pragma.cpp
  411   CurLexer->ReadToEndOfLine();
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  127   Lex->ReadToEndOfLine(&Line);
tools/clang/tools/extra/clang-move/Move.cpp
  300   Lex.ReadToEndOfLine(&Line);