Home
last modified time | relevance | path

Searched refs:FoundLexer (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp630 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste() local
641 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()