reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
601 FoundLexer = ISI.ThePPLexer; 602 FoundLexer->LexingRawMode = true; 603 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; 604 FoundLexer->ParsingPreprocessorDirective = true; 624 assert(FoundLexer && "Can't get end of line without an active lexer"); 626 FoundLexer->LexingRawMode = false; 633 FoundLexer->ParsingPreprocessorDirective = false; 641 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode");