Searched refs:WasSkipping (Results 1 – 4 of 4) sorted by relevance
337 bool WasSkipping; member
694 CondInfo.WasSkipping = true; // Silence bogus warning. in SkipExcludedConditionalBlock()700 if (!CondInfo.WasSkipping) { in SkipExcludedConditionalBlock()719 if (!CondInfo.WasSkipping) in SkipExcludedConditionalBlock()731 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()747 if (!CondInfo.WasSkipping) in SkipExcludedConditionalBlock()756 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()792 if (!CondInfo.WasSkipping) in SkipExcludedConditionalBlock()813 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()3513 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()
3913 bool WasSkipping = Record[Idx++]; in ReadASTBlock() local3917 {Loc, WasSkipping, FoundNonSkip, FoundElse}); in ReadASTBlock()
2597 Record.push_back(Cond.WasSkipping); in WritePreprocessor()