Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexEndOfFile

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