Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h341 bool FoundNonSkip; member
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp731 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
732 CondInfo.FoundNonSkip = true; in SkipExcludedConditionalBlock()
756 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
782 CondInfo.FoundNonSkip = true; in SkipExcludedConditionalBlock()
813 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
855 CondInfo.FoundNonSkip = true; in SkipExcludedConditionalBlock()
3547 if ((PPOpts.SingleFileParseMode && !CI.FoundNonSkip) || RetainExcludedCB) { in HandleElseDirective()
3627 if ((PPOpts.SingleFileParseMode && !CI.FoundNonSkip) || RetainExcludedCB) { in HandleElifFamilyDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3914 bool FoundNonSkip = Record[Idx++]; in ReadASTBlock() local
3917 {Loc, WasSkipping, FoundNonSkip, FoundElse}); in ReadASTBlock()
H A DASTWriter.cpp2598 Record.push_back(Cond.FoundNonSkip); in WritePreprocessor()