Home
last modified time | relevance | path

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

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