Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessorLexer.h101 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping, in pushConditionalLevel() argument
105 CI.WasSkipping = WasSkipping; in pushConditionalLevel()
DToken.h321 bool WasSkipping; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPPDirectives.cpp564 CondInfo.WasSkipping = true; // Silence bogus warning. in SkipExcludedConditionalBlock()
570 if (!CondInfo.WasSkipping) { in SkipExcludedConditionalBlock()
597 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
619 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
658 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
3180 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp3389 bool WasSkipping = Record[Idx++]; in ReadASTBlock() local
3393 {Loc, WasSkipping, FoundNonSkip, FoundElse}); in ReadASTBlock()
DASTWriter.cpp2179 Record.push_back(Cond.WasSkipping); in WritePreprocessor()