Searched refs:WasSkipping (Results 1 – 3 of 3) sorted by relevance
96 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping, in pushConditionalLevel() argument100 CI.WasSkipping = WasSkipping; in pushConditionalLevel()
281 bool WasSkipping; member
322 CondInfo.WasSkipping = true; // Silence bogus warning. in SkipExcludedConditionalBlock()328 if (!CondInfo.WasSkipping) { in SkipExcludedConditionalBlock()347 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()363 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()2006 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()