Home
last modified time | relevance | path

Searched refs:WasSkipping (Results 1 – 3 of 3) 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.h279 bool WasSkipping; member
/external/clang/lib/Lex/
DPPDirectives.cpp325 CondInfo.WasSkipping = true; // Silence bogus warning. in SkipExcludedConditionalBlock()
331 if (!CondInfo.WasSkipping) { in SkipExcludedConditionalBlock()
357 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
377 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) { in SkipExcludedConditionalBlock()
2053 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode && in HandleEndifDirective()