Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp305 bool Preprocessor::HandleEndOfFile(Token &Result, bool isEndOfMacro) { in HandleEndOfFile() function in Preprocessor
563 return HandleEndOfFile(Result, true); in HandleEndOfTokenLexer()
H A DLexer.cpp2807 return PP->HandleEndOfFile(Result, isPragmaLexer()); in LexEndOfFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1955 bool HandleEndOfFile(Token &Result, bool isEndOfMacro = false);