Searched refs:FoundLexer (Results 1 – 1 of 1) sorted by relevance
646 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste() local657 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()658 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()659 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()660 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()680 assert(FoundLexer && "Can't get end of line without an active lexer"); in HandleMicrosoftCommentPaste()682 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()689 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()697 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode"); in HandleMicrosoftCommentPaste()