Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DPPLexerChange.cpp535 bool LexerWasInPPMode = false; in HandleMicrosoftCommentPaste() local
548 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
575 if (LexerWasInPPMode) return; in HandleMicrosoftCommentPaste()