Searched refs:getConditionalStackDepth (Results 1 – 2 of 2) sorted by relevance
131 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
1058 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()3062 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()3127 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()3177 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()3202 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()3249 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifFamilyDirective()