Searched refs:FoundLexer (Results 1 – 1 of 1) sorted by relevance
568 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste() local580 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()581 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()582 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()583 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()603 assert(FoundLexer && "Can't get end of line without an active lexer"); in HandleMicrosoftCommentPaste()605 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()612 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()620 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode"); in HandleMicrosoftCommentPaste()