Home | History | Annotate | Download | only in Lex

Lines Matching defs:LexEndOfFile

2372 /// LexEndOfFile - CurPtr points to the end of this file.  Handle this
2376 bool Lexer::LexEndOfFile(Token &Result, const char *CurPtr) {
2773 // LexEndOfFile will often delete 'this'.
2775 if (LexEndOfFile(Result, CurPtr-1)) // Retreat back into the file.
2777 assert(PPCache && "Raw buffer::LexEndOfFile should return a token");
2801 // LexEndOfFile will often delete 'this'.
2803 if (LexEndOfFile(Result, CurPtr-1)) // Retreat back into the file.
2805 assert(PPCache && "Raw buffer::LexEndOfFile should return a token");