Lines Matching refs:eod
205 // return an EOD token.
2030 // return immediately, so that the lexer can return this as an EOD token.
2357 // Next, lex the character, which should handle the EOD transition.
2364 assert(Tmp.is(tok::eod) && "Unexpected token!");
2384 FormTokenWithChars(Result, CurPtr, tok::eod);
2815 // we know we are done with the directive, so return an EOD token.
2827 Kind = tok::eod;