Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp668 bool InCond = CurPPLexer->popConditionalLevel(CondInfo); in SkipExcludedConditionalBlock() local
669 (void)InCond; // Silence warning in no-asserts mode. in SkipExcludedConditionalBlock()
670 assert(!InCond && "Can't be skipping if not in a conditional!"); in SkipExcludedConditionalBlock()