Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp555 bool LexerWasInPPMode = false; in HandleMicrosoftCommentPaste() local
568 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
595 if (LexerWasInPPMode) return; in HandleMicrosoftCommentPaste()