Home
last modified time | relevance | path

Searched refs:WasSkipping (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h331 bool WasSkipping; member
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp668 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()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3631 bool WasSkipping = Record[Idx++]; in ReadASTBlock() local
3635 {Loc, WasSkipping, FoundNonSkip, FoundElse}); in ReadASTBlock()
H A DASTWriter.cpp2521 Record.push_back(Cond.WasSkipping); in WritePreprocessor()