Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp592 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste() local
603 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()
604 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()
605 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
606 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()
626 assert(FoundLexer && "Can't get end of line without an active lexer"); in HandleMicrosoftCommentPaste()
628 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
635 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()
643 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode"); in HandleMicrosoftCommentPaste()