Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp557 bool InCond = CurPPLexer->popConditionalLevel(CondInfo); in SkipExcludedConditionalBlock() local
558 (void)InCond; // Silence warning in no-asserts mode. in SkipExcludedConditionalBlock()
559 assert(!InCond && "Can't be skipping if not in a conditional!"); in SkipExcludedConditionalBlock()