Home
last modified time | relevance | path

Searched refs:HandleEndOfFile (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp331 bool Preprocessor::HandleEndOfFile(Token &Result, bool isEndOfMacro) { in HandleEndOfFile() function in Preprocessor
601 return HandleEndOfFile(Result, true); in HandleEndOfTokenLexer()
H A DLexer.cpp3006 return PP->HandleEndOfFile(Result, isPragmaLexer()); in LexEndOfFile()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2135 bool HandleEndOfFile(Token &Result, bool isEndOfMacro = false);