Home | History | Annotate | Download | only in Parse

Lines Matching defs:Eof

180       Token Eof;
181 Eof.startToken();
182 Eof.setLocation(Tok.getLocation());
183 LA->Toks.push_back(Eof);
1150 // Create a fake EOF so that attribute parsing won't go off the end of the
1154 AttrEnd.setKind(tok::eof);
1224 while (Tok.isNot(tok::eof))
1227 if (Tok.is(tok::eof) && Tok.getEofData() == AttrEnd.getEofData())
1610 case tok::eof: