Searched refs:getConditionalStackDepth (Results 1 – 4 of 4) sorted by relevance
127 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
122 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
961 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()2609 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()2660 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()2701 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()2726 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()2759 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifDirective()
970 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()2950 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()3011 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()3061 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()3086 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()3130 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifDirective()