Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp634 bool LexerWasInPPMode = false; in HandleMicrosoftCommentPaste() local
646 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
673 if (LexerWasInPPMode) return; in HandleMicrosoftCommentPaste()