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()
257 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()368 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()370 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()395 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()397 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()417 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()418 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()421 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()448 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()460 assert(CurPTHLexer->LexingRawMode == false); in PTHSkipExcludedConditionalBlock()[all …]
72 assert(!LexingRawMode); in Lex()104 assert(!LexingRawMode); in Lex()111 assert(!LexingRawMode); in Lex()136 assert(!LexingRawMode); in LexEndOfFile()
112 LexingRawMode = false; in InitLexer()151 LexingRawMode = true; in Lexer()165 LexingRawMode = true; in Lexer()1473 if (LexingRawMode) in LexIdentifier()2044 LexingRawMode = true; in SkipLineComment()2046 LexingRawMode = OldRawMode; in SkipLineComment()2133 if (!ParsingPreprocessorDirective || LexingRawMode) in SaveLineComment()2522 assert(!LexingRawMode && "How can we expand a macro from a skipping buffer?"); in isNextPPTokenLParen()2527 LexingRawMode = true; in isNextPPTokenLParen()2547 LexingRawMode = false; in isNextPPTokenLParen()[all …]
547 FoundLexer->LexingRawMode = true; in HandleMicrosoftCommentPaste()571 FoundLexer->LexingRawMode = false; in HandleMicrosoftCommentPaste()
386 if (CurPPLexer) CurPPLexer->LexingRawMode = true; in HandlePragmaPoison()388 if (CurPPLexer) CurPPLexer->LexingRawMode = false; in HandlePragmaPoison()