Searched refs:LexingRawMode (Results 1 – 7 of 7) sorted by relevance
68 bool LexingRawMode = false; variable142 bool isLexingRawMode() const { return LexingRawMode; } in isLexingRawMode()
237 assert(LexingRawMode && "Not already in raw mode!"); in LexFromRawLexer()255 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) && in SetKeepWhitespaceMode()
39 if (LexingRawMode) in LexIncludeFilename()
489 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()657 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()659 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()688 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()690 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()719 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()726 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()776 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()779 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()827 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()[all …]
123 LexingRawMode = false; in InitLexer()158 LexingRawMode = true; in Lexer()1864 if (LexingRawMode) in LexIdentifierContinue()2519 LexingRawMode = true; in SkipLineComment()2521 LexingRawMode = OldRawMode; in SkipLineComment()2608 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()3087 LexingRawMode = true; in isNextPPTokenLParen()3107 LexingRawMode = false; in isNextPPTokenLParen()3233 if (!PP || !PP->getPreprocessorOpts().LexEditorPlaceholders || LexingRawMode) in lexEditorPlaceholder()4077 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()[all …]
643 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()667 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
440 if (CurPPLexer) CurPPLexer->LexingRawMode = true; in HandlePragmaPoison()442 if (CurPPLexer) CurPPLexer->LexingRawMode = false; in HandlePragmaPoison()810 CurLexer->LexingRawMode = true; in HandlePragmaModuleBuild()858 CurLexer->LexingRawMode = false; in HandlePragmaModuleBuild()