Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPLexerChange.cpp567 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste() local
579 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()
580 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()
581 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
582 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()
602 assert(FoundLexer && "Can't get end of line without an active lexer"); in HandleMicrosoftCommentPaste()
604 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
611 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()
619 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode"); in HandleMicrosoftCommentPaste()