Searched refs:getConditionalStackDepth (Results 1 – 2 of 2) sorted by relevance
122 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
995 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()2991 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()3056 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()3106 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()3131 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()3175 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifDirective()