Searched refs:FoundLexer (Results 1 – 1 of 1) sorted by relevance
630 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste() local641 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()642 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()643 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()644 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()664 assert(FoundLexer && "Can't get end of line without an active lexer"); in HandleMicrosoftCommentPaste()666 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()673 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()681 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode"); in HandleMicrosoftCommentPaste()