Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPLexerChange.cpp568 bool LexerWasInPPMode = false; in HandleMicrosoftCommentPaste() local
581 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
608 if (LexerWasInPPMode) return; in HandleMicrosoftCommentPaste()