Searched refs:setNextSwitchCase (Results 1 – 3 of 3) sorted by relevance
671 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function1008 SC->setNextSwitchCase(FirstCase.getPointer()); in addSwitchCase()
209 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
4742 LastChainedSwitchCase->setNextSwitchCase(ToSC); in VisitSwitchStmt()