Searched refs:NextSwitchCase (Results 1 – 2 of 2) sorted by relevance
652 SwitchCase *NextSwitchCase;657 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) { in SwitchCase()661 : Stmt(SC), NextSwitchCase(nullptr) {} in SwitchCase()664 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase()666 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase()668 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase()
1531 SwitchCase *NextSwitchCase = nullptr; variable1541 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase()1542 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase()1543 void setNextSwitchCase(SwitchCase *SC) { NextSwitchCase = SC; } in setNextSwitchCase()