Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp648 bool InCond = CurPPLexer->popConditionalLevel(CondInfo); in SkipExcludedConditionalBlock() local
649 (void)InCond; // Silence warning in no-asserts mode. in SkipExcludedConditionalBlock()
650 assert(!InCond && "Can't be skipping if not in a conditional!"); in SkipExcludedConditionalBlock()