Searched refs:WasSkipping (Results 1 – 4 of 4) sorted by relevance
331 bool WasSkipping; member
668 CondInfo.WasSkipping = true; // Silence bogus warning. in SkipExcludedConditionalBlock()674 if (!CondInfo.WasSkipping) { in SkipExcludedConditionalBlock()693 if (!CondInfo.WasSkipping) in SkipExcludedConditionalBlock()705 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()721 if (!CondInfo.WasSkipping) in SkipExcludedConditionalBlock()730 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()766 if (!CondInfo.WasSkipping) in SkipExcludedConditionalBlock()787 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()3496 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()
3631 bool WasSkipping = Record[Idx++]; in ReadASTBlock() local3635 {Loc, WasSkipping, FoundNonSkip, FoundElse}); in ReadASTBlock()
2521 Record.push_back(Cond.WasSkipping); in WritePreprocessor()