Searched refs:FoundLexer (Results 1 – 1 of 1) sorted by relevance
505 PreprocessorLexer *FoundLexer = 0; in HandleMicrosoftCommentPaste() local517 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()518 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()519 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()520 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()540 assert(FoundLexer && "Can't get end of line without an active lexer"); in HandleMicrosoftCommentPaste()542 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()549 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()557 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode"); in HandleMicrosoftCommentPaste()