Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()