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