Lines Matching refs:LexingRawMode
509 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
677 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
679 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
708 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
710 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
738 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()
739 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
746 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
795 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!"); in SkipExcludedConditionalBlock()
796 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
799 CurPPLexer->LexingRawMode = true; in SkipExcludedConditionalBlock()
847 CurPPLexer->LexingRawMode = false; in SkipExcludedConditionalBlock()
3373 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()