Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp486 bool InCond = CurPPLexer->popConditionalLevel(CondInfo); in SkipExcludedConditionalBlock() local
487 (void)InCond; // Silence warning in no-asserts mode. in SkipExcludedConditionalBlock()
488 assert(!InCond && "Can't be skipping if not in a conditional!"); in SkipExcludedConditionalBlock()
590 bool InCond = CurPTHLexer->popConditionalLevel(CondInfo); in PTHSkipExcludedConditionalBlock() local
591 (void)InCond; // Silence warning in no-asserts mode. in PTHSkipExcludedConditionalBlock()
592 assert(!InCond && "Can't be skipping if not in a conditional!"); in PTHSkipExcludedConditionalBlock()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp536 bool InCond = CurPPLexer->popConditionalLevel(CondInfo); in SkipExcludedConditionalBlock() local
537 (void)InCond; // Silence warning in no-asserts mode. in SkipExcludedConditionalBlock()
538 assert(!InCond && "Can't be skipping if not in a conditional!"); in SkipExcludedConditionalBlock()