Home | History | Annotate | Download | only in Lex

Lines Matching full:skipping

354     // to spell an i/e in a strange way that is another letter.  Skipping this
370 // when skipping.
407 assert(!InCond && "Can't be skipping if not in a conditional!");
409 // If we popped the outermost skipping block, we're done skipping!
423 // #else directive in a skipping conditional. If not in some other
424 // skipping conditional, and if #else hasn't already been seen, enter it
425 // as a non-skipping conditional.
455 // If this is in a skipping block or if we're already handled this #if
463 assert(CurPPLexer->LexingRawMode && "We have to be skipping here!");
489 // of the file, just stop skipping and return to lexing whatever came after
512 assert(!InCond && "Can't be skipping if not in a conditional!");
556 // If this is in a skipping block or if we're already handled this #if
1628 // Try the lookup again, skipping the cache.
2502 "This code should only be reachable in the non-skipping case!");
2513 // #else directive in a non-skipping conditional... start skipping.
2542 // #elif directive in a non-skipping conditional... start skipping.