Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPLexerChange.cpp294 bool Preprocessor::HandleEndOfFile(Token &Result, bool isEndOfMacro) { in HandleEndOfFile() function in Preprocessor
538 return HandleEndOfFile(Result, true); in HandleEndOfTokenLexer()
HDPTHLexer.cpp149 return PP->HandleEndOfFile(Result); in LexEndOfFile()
HDLexer.cpp2536 return PP->HandleEndOfFile(Result, isPragmaLexer()); in LexEndOfFile()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h1556 bool HandleEndOfFile(Token &Result, bool isEndOfMacro = false);