Lines Matching refs:Eof
158 Token Eof;159 Eof.startToken();160 Eof.setLocation(Tok.getLocation());161 LA->Toks.push_back(Eof);1114 while (Tok.getLocation() != OrigLoc && Tok.isNot(tok::eof))1569 case tok::eof:3256 while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof)) {