Lines Matching refs:LexingRawMode
489 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
657 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
659 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
688 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
690 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
718 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()
719 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
726 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
775 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()
776 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
779 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
827 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
3362 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()