Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPLexerChange.cpp632 bool LexerWasInPPMode = false; in HandleMicrosoftCommentPaste() local
644 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
671 if (LexerWasInPPMode) return; in HandleMicrosoftCommentPaste()