Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexEndOfFile

2470 /// LexEndOfFile - CurPtr points to the end of this file.  Handle this
2474 bool Lexer::LexEndOfFile(Token &Result, const char *CurPtr) {
2937 return LexEndOfFile(Result, CurPtr-1);
2960 return LexEndOfFile(Result, CurPtr-1);