Home | History | Annotate | Download | only in AST

Lines Matching refs:getNextSwitchCase

643   const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; }
645 SwitchCase *getNextSwitchCase() { return NextSwitchCase; }
969 assert(!SC->getNextSwitchCase()