Searched refs:getNextSwitchCase (Results 1 – 9 of 9) sorted by relevance
68 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()73 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()82 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
637 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function639 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function969 assert(!SC->getNextSwitchCase() in addSwitchCase()
517 SC = SC->getNextSwitchCase()) { in VerifyJumps()
732 SC = SC->getNextSwitchCase()) { in ActOnFinishSwitchStmt()
3765 SC = SC->getNextSwitchCase()) { in CodeCompleteCase()
3526 SC = SC->getNextSwitchCase()) { in AST_MATCHER_P()
1194 for (; Case; Case = Case->getNextSwitchCase()) { in FindCaseStatementsForValue()
139 SC = SC->getNextSwitchCase()) in VisitSwitchStmt()
3060 SC = SC->getNextSwitchCase()) { in EvaluateSwitch()