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

/external/clang/lib/Lex/
H A DPPLexerChange.cpp562 PreprocessorLexer *FoundLexer = nullptr; local
574 FoundLexer = ISI.ThePPLexer;
575 FoundLexer->LexingRawMode = true;
576 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective;
577 FoundLexer->ParsingPreprocessorDirective = true;
597 assert(FoundLexer && "Can't get end of line without an active lexer");
599 FoundLexer->LexingRawMode = false;
606 FoundLexer->ParsingPreprocessorDirective = false;
614 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode");

Completed in 54 milliseconds