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