Searched refs:getConditionalStackDepth (Results 1 – 2 of 2) sorted by relevance
124 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
904 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()2741 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()2801 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()2848 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()2873 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()2916 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifDirective()