Searched refs:WasSkipping (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessorLexer.h97 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping, argument
101 CI.WasSkipping = WasSkipping;
H A DToken.h275 bool WasSkipping; member in struct:clang::PPConditionalInfo
/external/clang/lib/Lex/
H A DPPDirectives.cpp366 CondInfo.WasSkipping = true; // Silence bogus warning.
372 if (!CondInfo.WasSkipping) {
398 if (!CondInfo.WasSkipping && !CondInfo.FoundNonSkip) {
419 if (CondInfo.WasSkipping || CondInfo.FoundNonSkip) {
2302 assert(!CondInfo.WasSkipping && !CurPPLexer->LexingRawMode &&

Completed in 58 milliseconds