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