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