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

References

tools/clang/lib/AST/CommentBriefParser.cpp
   69   while (Tok.isNot(tok::eof)) {
tools/clang/lib/AST/CommentLexer.cpp
  755       formTokenWithChars(T, BufferPtr, tok::eof);
tools/clang/lib/AST/CommentParser.cpp
  565     case tok::eof:
  606       if (Tok.is(tok::newline) || Tok.is(tok::eof)) {
  615         if (Tok.is(tok::newline) || Tok.is(tok::eof)) {
  748   case tok::eof:
  769   while (Tok.isNot(tok::eof)) {
tools/clang/lib/AST/RawCommentList.cpp
  388     if (Tok.is(comments::tok::eof))
  421     for (L.lex(Tok); Tok.isNot(comments::tok::eof); L.lex(Tok)) {
tools/clang/unittests/AST/CommentLexer.cpp
   71     if (Tok.is(tok::eof))
tools/clang/unittests/AST/CommentParser.cpp
   72   if (Tok.is(tok::eof))