Searched refs:LexingRawMode (Results 1 – 8 of 8) sorted by relevance
62 bool LexingRawMode; variable82 LexingRawMode(false) {} in PreprocessorLexer()148 bool isLexingRawMode() const { return LexingRawMode; } in isLexingRawMode()
155 assert(LexingRawMode && "Not already in raw mode!"); in LexFromRawLexer()173 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) && in SetKeepWhitespaceMode()
25 ParsingFilename(false), LexingRawMode(false) { in PreprocessorLexer()41 if (LexingRawMode) in LexIncludeFilename()
383 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()494 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()496 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()521 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()523 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()544 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()545 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()548 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()572 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()583 assert(CurPTHLexer->LexingRawMode == false); in PTHSkipExcludedConditionalBlock()[all …]
74 assert(!LexingRawMode); in Lex()106 assert(!LexingRawMode); in Lex()113 assert(!LexingRawMode); in Lex()138 assert(!LexingRawMode); in LexEndOfFile()
99 LexingRawMode = false; in InitLexer()138 LexingRawMode = true; in Lexer()1525 if (LexingRawMode) in LexIdentifier()2098 LexingRawMode = true; in SkipLineComment()2100 LexingRawMode = OldRawMode; in SkipLineComment()2187 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()2576 assert(!LexingRawMode && "How can we expand a macro from a skipping buffer?"); in isNextPPTokenLParen()2581 LexingRawMode = true; in isNextPPTokenLParen()2601 LexingRawMode = false; in isNextPPTokenLParen()3410 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()[all …]
580 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()604 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
387 if (CurPPLexer) CurPPLexer->LexingRawMode = true; in HandlePragmaPoison()389 if (CurPPLexer) CurPPLexer->LexingRawMode = false; in HandlePragmaPoison()