Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DPreprocessorLexer.h93 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping, in pushConditionalLevel() argument
97 CI.WasSkipping = WasSkipping; in pushConditionalLevel()
DToken.h323 bool WasSkipping; member
/openbsd/src/gnu/llvm/clang/lib/Lex/
DPPDirectives.cpp647 CondInfo.WasSkipping = true; // Silence bogus warning. in SkipExcludedConditionalBlock()
653 if (!CondInfo.WasSkipping) { in SkipExcludedConditionalBlock()
672 if (!CondInfo.WasSkipping) in SkipExcludedConditionalBlock()
684 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
700 if (!CondInfo.WasSkipping) in SkipExcludedConditionalBlock()
709 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
745 if (!CondInfo.WasSkipping) in SkipExcludedConditionalBlock()
766 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
3362 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp3419 bool WasSkipping = Record[Idx++]; in ReadASTBlock() local
3423 {Loc, WasSkipping, FoundNonSkip, FoundElse}); in ReadASTBlock()
DASTWriter.cpp2330 Record.push_back(Cond.WasSkipping); in WritePreprocessor()