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.h337 bool WasSkipping; member
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp694 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()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3913 bool WasSkipping = Record[Idx++]; in ReadASTBlock() local
3917 {Loc, WasSkipping, FoundNonSkip, FoundElse}); in ReadASTBlock()
H A DASTWriter.cpp2597 Record.push_back(Cond.WasSkipping); in WritePreprocessor()