Searched refs:getConditionalStackDepth (Results 1 – 2 of 2) sorted by relevance
127 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
818 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()2406 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()2457 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()2498 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()2523 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()2556 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifDirective()