Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp588 bool LexerWasInPPMode = false; in HandleMicrosoftCommentPaste() local
600 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
627 if (LexerWasInPPMode) return; in HandleMicrosoftCommentPaste()