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

/external/clang/lib/Lex/
H A DPPLexerChange.cpp456 PreprocessorLexer *FoundLexer = 0; local
468 FoundLexer = ISI.ThePPLexer;
469 FoundLexer->LexingRawMode = true;
470 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective;
471 FoundLexer->ParsingPreprocessorDirective = true;
491 assert(FoundLexer && "Can't get end of line without an active lexer");
493 FoundLexer->LexingRawMode = false;
500 FoundLexer->ParsingPreprocessorDirective = false;
508 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode");

Completed in 40 milliseconds