Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexEndOfFile

2081 /// LexEndOfFile - CurPtr points to the end of this file.  Handle this
2085 bool Lexer::LexEndOfFile(Token &Result, const char *CurPtr) {
2322 // LexEndOfFile will often delete 'this'.
2324 if (LexEndOfFile(Result, CurPtr-1)) // Retreat back into the file.
2326 assert(PPCache && "Raw buffer::LexEndOfFile should return a token");
2350 // LexEndOfFile will often delete 'this'.
2352 if (LexEndOfFile(Result, CurPtr-1)) // Retreat back into the file.
2354 assert(PPCache && "Raw buffer::LexEndOfFile should return a token");