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

/external/clang/lib/Lex/
H A DPPLexerChange.cpp554 PreprocessorLexer *FoundLexer = nullptr; local
566 FoundLexer = ISI.ThePPLexer;
567 FoundLexer->LexingRawMode = true;
568 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective;
569 FoundLexer->ParsingPreprocessorDirective = true;
589 assert(FoundLexer && "Can't get end of line without an active lexer");
591 FoundLexer->LexingRawMode = false;
598 FoundLexer->ParsingPreprocessorDirective = false;
606 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode");

Completed in 48 milliseconds