Searched refs:LexingRawMode (Results 1 – 7 of 7) sorted by relevance
67 bool LexingRawMode = false; variable141 bool isLexingRawMode() const { return LexingRawMode; } in isLexingRawMode()
199 assert(LexingRawMode && "Not already in raw mode!"); in LexFromRawLexer()217 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) && in SetKeepWhitespaceMode()
39 if (LexingRawMode) in LexIncludeFilename()
452 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()565 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()567 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()592 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()594 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()614 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()615 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()622 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()646 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()3109 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()
123 LexingRawMode = false; in InitLexer()155 LexingRawMode = true; in Lexer()1665 if (LexingRawMode) in LexIdentifier()2330 LexingRawMode = true; in SkipLineComment()2332 LexingRawMode = OldRawMode; in SkipLineComment()2419 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()2815 assert(!LexingRawMode && "How can we expand a macro from a skipping buffer?"); in isNextPPTokenLParen()2820 LexingRawMode = true; in isNextPPTokenLParen()2840 LexingRawMode = false; in isNextPPTokenLParen()2966 if (!PP || !PP->getPreprocessorOpts().LexEditorPlaceholders || LexingRawMode) in lexEditorPlaceholder()[all …]
604 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()628 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
430 if (CurPPLexer) CurPPLexer->LexingRawMode = true; in HandlePragmaPoison()432 if (CurPPLexer) CurPPLexer->LexingRawMode = false; in HandlePragmaPoison()801 CurLexer->LexingRawMode = true; in HandlePragmaModuleBuild()849 CurLexer->LexingRawMode = false; in HandlePragmaModuleBuild()