Searched refs:setNextSwitchCase (Results 1 – 3 of 3) sorted by relevance
1774 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase() function2542 SC->setNextSwitchCase(FirstCase); in addSwitchCase()
269 PrevSC->setNextSwitchCase(SC); in VisitSwitchStmt()
6870 LastChainedSwitchCase->setNextSwitchCase(*ToSCOrErr); in VisitSwitchStmt()