Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexingRawMode

383   CurPPLexer->LexingRawMode = true;
492 // Restore the value of LexingRawMode so that trailing comments
494 CurPPLexer->LexingRawMode = false;
496 CurPPLexer->LexingRawMode = true;
519 // Restore the value of LexingRawMode so that trailing comments
521 CurPPLexer->LexingRawMode = false;
523 CurPPLexer->LexingRawMode = true;
542 // Restore the value of LexingRawMode so that identifiers are
544 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!");
545 CurPPLexer->LexingRawMode = false;
548 CurPPLexer->LexingRawMode = true;
572 CurPPLexer->LexingRawMode = false;
583 assert(CurPTHLexer->LexingRawMode == false);
2704 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode &&