Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessorLexer.h97 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping, in pushConditionalLevel() argument
101 CI.WasSkipping = WasSkipping; in pushConditionalLevel()
DToken.h311 bool WasSkipping; member
/external/llvm-project/clang/include/clang/Lex/
DPreprocessorLexer.h92 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping, in pushConditionalLevel() argument
96 CI.WasSkipping = WasSkipping; in pushConditionalLevel()
DToken.h321 bool WasSkipping; member
/external/clang/lib/Lex/
DPPDirectives.cpp485 CondInfo.WasSkipping = true; // Silence bogus warning. in SkipExcludedConditionalBlock()
491 if (!CondInfo.WasSkipping) { in SkipExcludedConditionalBlock()
517 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
538 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
2704 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp535 CondInfo.WasSkipping = true; // Silence bogus warning. in SkipExcludedConditionalBlock()
541 if (!CondInfo.WasSkipping) { in SkipExcludedConditionalBlock()
567 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
588 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
3064 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp3340 bool WasSkipping = Record[Idx++]; in ReadASTBlock() local
3344 {Loc, WasSkipping, FoundNonSkip, FoundElse}); in ReadASTBlock()
DASTWriter.cpp2174 Record.push_back(Cond.WasSkipping); in WritePreprocessor()