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