Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPLexerChange.cpp554 PreprocessorLexer *FoundLexer = nullptr; in HandleMicrosoftCommentPaste() local
566 FoundLexer = ISI.ThePPLexer; in HandleMicrosoftCommentPaste()
567 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()
568 LexerWasInPPMode = FoundLexer->ParsingPreprocessorDirective; in HandleMicrosoftCommentPaste()
569 FoundLexer->ParsingPreprocessorDirective = true; in HandleMicrosoftCommentPaste()
589 assert(FoundLexer && "Can't get end of line without an active lexer"); in HandleMicrosoftCommentPaste()
591 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
598 FoundLexer->ParsingPreprocessorDirective = false; in HandleMicrosoftCommentPaste()
606 assert(!FoundLexer && "Lexer should return EOD before EOF in PP mode"); in HandleMicrosoftCommentPaste()