Lines Matching refs:LexingRawMode
302 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
413 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
415 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
440 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
442 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
463 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()
464 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
467 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
491 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
503 assert(CurPTHLexer->LexingRawMode == false); in PTHSkipExcludedConditionalBlock()
2501 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()