Home | History | Annotate | Download | only in Lex

Lines Matching refs:WasSkipping

358         CurPPLexer->pushConditionalLevel(Tok.getLocation(), /*wasskipping*/true,
366 CondInfo.WasSkipping = true; // Silence bogus warning.
372 if (!CondInfo.WasSkipping) {
398 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) {
419 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) {
2302 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode &&