Searched refs:FoundLexer (Results 1 – 1 of 1) sorted by relevance
554 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste() local566 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()567 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()568 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()569 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()589 assert(FoundLexer && "Can't get end of line without an active lexer"); in HandleMicrosoftCommentPaste()591 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()598 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()606 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode"); in HandleMicrosoftCommentPaste()