Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp593 bool LexerWasInPPMode = false; in HandleMicrosoftCommentPaste() local
605 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
632 if (LexerWasInPPMode) return; in HandleMicrosoftCommentPaste()