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()
510 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()678 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()680 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()709 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()711 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()739 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()740 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()747 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()796 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()797 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()[all …]
172 LexingRawMode = false; in InitLexer()207 LexingRawMode = true; in Lexer()1973 if (LexingRawMode) in LexIdentifierContinue()2645 LexingRawMode = true; in SkipLineComment()2647 LexingRawMode = OldRawMode; in SkipLineComment()2734 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()3201 assert(!LexingRawMode && "How can we expand a macro from a skipping buffer?"); in isNextPPTokenLParen()3213 LexingRawMode = true; in isNextPPTokenLParen()3233 LexingRawMode = false; in isNextPPTokenLParen()3359 if (!PP || !PP->getPreprocessorOpts().LexEditorPlaceholders || LexingRawMode) in lexEditorPlaceholder()[all …]
657 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()681 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
451 if (CurPPLexer) CurPPLexer->LexingRawMode = true; in HandlePragmaPoison()453 if (CurPPLexer) CurPPLexer->LexingRawMode = false; in HandlePragmaPoison()821 CurLexer->LexingRawMode = true; in HandlePragmaModuleBuild()869 CurLexer->LexingRawMode = false; in HandlePragmaModuleBuild()