Home | History | Annotate | Download | only in Lex

Lines Matching refs:LexingRawMode

264   CurPPLexer->LexingRawMode = true;
373 // Restore the value of LexingRawMode so that trailing comments
375 CurPPLexer->LexingRawMode = false;
377 CurPPLexer->LexingRawMode = true;
400 // Restore the value of LexingRawMode so that trailing comments
402 CurPPLexer->LexingRawMode = false;
404 CurPPLexer->LexingRawMode = true;
423 // Restore the value of LexingRawMode so that identifiers are
425 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!");
426 CurPPLexer->LexingRawMode = false;
429 CurPPLexer->LexingRawMode = true;
453 CurPPLexer->LexingRawMode = false;
465 assert(CurPTHLexer->LexingRawMode == false);
2302 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode &&