Searched refs:FoundLexer (Results 1 – 1 of 1) sorted by relevance
562 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste() local574 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()575 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()576 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()577 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()597 assert(FoundLexer && "Can't get end of line without an active lexer"); in HandleMicrosoftCommentPaste()599 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()606 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()614 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode"); in HandleMicrosoftCommentPaste()