Lines Matching refs:eod
198 // return an EOD token.
2008 // return immediately, so that the lexer can return this as an EOD token.
2336 // Next, lex the character, which should handle the EOD transition.
2343 assert(Tmp.is(tok::eod) && "Unexpected token!");
2363 FormTokenWithChars(Result, CurPtr, tok::eod);
2635 // we know we are done with the directive, so return an EOD token.
2647 Kind = tok::eod;