Searched refs:getConditionalStackDepth (Results 1 – 2 of 2) sorted by relevance
126 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
618 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()1913 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()1964 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()2003 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()2028 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()2061 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifDirective()