Searched defs:LexerWasInPPMode (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DPPLexerChange.cpp555 bool LexerWasInPPMode = false; local
568 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective;
595 if (LexerWasInPPMode) return;

Completed in 71 milliseconds