Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp638 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste() local
649 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()
650 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()
651 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
652 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()
672 assert(FoundLexer && "Can't get end of line without an active lexer"); in HandleMicrosoftCommentPaste()
674 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
681 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()
689 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode"); in HandleMicrosoftCommentPaste()