Searched refs:getConditionalStackDepth (Results 1 – 2 of 2) sorted by relevance
127 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
822 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()2350 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()2401 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()2442 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()2467 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()2500 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifDirective()