Searched refs:WasSkipping (Results 1 – 3 of 3) sorted by relevance
97 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping, in pushConditionalLevel() argument101 CI.WasSkipping = WasSkipping; in pushConditionalLevel()
303 bool WasSkipping; member
414 CondInfo.WasSkipping = true; // Silence bogus warning. in SkipExcludedConditionalBlock()420 if (!CondInfo.WasSkipping) { in SkipExcludedConditionalBlock()446 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()467 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()2445 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()