Searched refs:mSwitchDepth (Results 1 – 1 of 1) sorted by relevance
189 int mSwitchDepth; member in slang::__anond904e6180111::DestructorVisitor197 DestructorVisitor() : mLoopDepth(0), mSwitchDepth(0) {} in DestructorVisitor()223 if ((mLoopDepth == 0) && (mSwitchDepth == 0)) { in VisitBreakStmt()253 mSwitchDepth++; in VisitSwitchStmt()255 mSwitchDepth--; in VisitSwitchStmt()