Searched refs:getConditionalStackDepth (Results 1 – 2 of 2) sorted by relevance
127 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
770 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()2200 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()2251 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()2292 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()2317 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()2350 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifDirective()