Home | History | Annotate | Download | only in Lex

Lines Matching refs:WasSkipping

396         CurPPLexer->pushConditionalLevel(Tok.getLocation(), /*wasskipping*/true,
404 CondInfo.WasSkipping = true; // Silence bogus warning.
410 if (!CondInfo.WasSkipping) {
436 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) {
457 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) {
2501 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode &&