Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPPLexerChange.cpp250 bool Preprocessor::HandleEndOfFile(Token &Result, bool isEndOfMacro) { in HandleEndOfFile() function in Preprocessor
504 return HandleEndOfFile(Result, true); in HandleEndOfTokenLexer()
DPTHLexer.cpp147 return PP->HandleEndOfFile(Result); in LexEndOfFile()
DLexer.cpp2514 return PP->HandleEndOfFile(Result, isPragmaLexer()); in LexEndOfFile()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h1175 bool HandleEndOfFile(Token &Result, bool isEndOfMacro = false);