Searched refs:LexEndOfFile (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h709 bool LexEndOfFile (Token &Result, const char *CurPtr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2715 /// LexEndOfFile - CurPtr points to the end of this file. Handle this
2719 bool Lexer::LexEndOfFile(Token &Result, const char *CurPtr) { function in class:Lexer
3218 return LexEndOfFile(Result, CurPtr-1);
3243 return LexEndOfFile(Result, CurPtr-1);

Completed in 117 milliseconds