Home | History | Annotate | Download | only in Lex

Lines Matching refs:WasSkipping

313         CurPPLexer->pushConditionalLevel(Tok.getLocation(), /*wasskipping*/true,
322 CondInfo.WasSkipping = true; // Silence bogus warning.
328 if (!CondInfo.WasSkipping) {
347 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) {
363 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) {
2006 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode &&