Lines Matching refs:LexingRawMode
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()
2704 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()