Searched refs:isEndOfMacro (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DPPLexerChange.cpp275 bool Preprocessor::HandleEndOfFile(Token &Result, bool isEndOfMacro) { argument
332 !isEndOfMacro && !(CurLexer && CurLexer->Is_PragmaLexer)) {
361 if (!isEndOfMacro && CurPPLexer &&
372 if (Callbacks && !isEndOfMacro && CurPPLexer)
393 if (Callbacks && !isEndOfMacro && CurPPLexer) {
/external/clang/include/clang/Lex/
H A DPreprocessor.h1251 bool HandleEndOfFile(Token &Result, bool isEndOfMacro = false);

Completed in 69 milliseconds