Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp646 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste() local
657 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()
658 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()
659 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
660 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()
680 assert(FoundLexer && "Can't get end of line without an active lexer"); in HandleMicrosoftCommentPaste()
682 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
689 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()
697 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode"); in HandleMicrosoftCommentPaste()