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

/external/clang/lib/Lex/
H A DPPLexerChange.cpp272 /// HandleEndOfFile - This callback is invoked when the lexer hits the end of
275 bool Preprocessor::HandleEndOfFile(Token &Result, bool isEndOfMacro) { function in class:Preprocessor
532 return HandleEndOfFile(Result, true);
H A DPTHLexer.cpp150 return PP->HandleEndOfFile(Result);
H A DLexer.cpp2539 return PP->HandleEndOfFile(Result, isPragmaLexer());
/external/clang/include/clang/Lex/
H A DPreprocessor.h1251 bool HandleEndOfFile(Token &Result, bool isEndOfMacro = false);

Completed in 962 milliseconds