Searched refs:FoundLexer (Results 1 – 1 of 1) sorted by relevance
592 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste() local603 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()604 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()605 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()606 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()626 assert(FoundLexer && "Can't get end of line without an active lexer"); in HandleMicrosoftCommentPaste()628 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()635 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()643 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode"); in HandleMicrosoftCommentPaste()