Searched refs:WasSkipping (Results 1 – 5 of 5) sorted by relevance
93 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping, in pushConditionalLevel() argument97 CI.WasSkipping = WasSkipping; in pushConditionalLevel()
323 bool WasSkipping; member
647 CondInfo.WasSkipping = true; // Silence bogus warning. in SkipExcludedConditionalBlock()653 if (!CondInfo.WasSkipping) { in SkipExcludedConditionalBlock()672 if (!CondInfo.WasSkipping) in SkipExcludedConditionalBlock()684 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()700 if (!CondInfo.WasSkipping) in SkipExcludedConditionalBlock()709 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()745 if (!CondInfo.WasSkipping) in SkipExcludedConditionalBlock()766 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()3362 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()
3419 bool WasSkipping = Record[Idx++]; in ReadASTBlock() local3423 {Loc, WasSkipping, FoundNonSkip, FoundElse}); in ReadASTBlock()
2330 Record.push_back(Cond.WasSkipping); in WritePreprocessor()