Searched refs:getNextSwitchCase (Results 1 – 10 of 10) sorted by relevance
68 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()73 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()82 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
664 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function666 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function1015 assert(!SC->getNextSwitchCase() in addSwitchCase()
605 SC = SC->getNextSwitchCase()) { in VerifyJumps()
813 SC = SC->getNextSwitchCase()) { in ActOnFinishSwitchStmt()
3870 SC = SC->getNextSwitchCase()) { in CodeCompleteCase()
1433 for (; Case; Case = Case->getNextSwitchCase()) { in FindCaseStatementsForValue()1544 Case = Case->getNextSwitchCase()) { in EmitSwitchStmt()
5114 SC = SC->getNextSwitchCase()) { in AST_MATCHER_P()
151 SC = SC->getNextSwitchCase()) in VisitSwitchStmt()
5033 SC = SC->getNextSwitchCase()) { in VisitSwitchStmt()
3504 SC = SC->getNextSwitchCase()) { in EvaluateSwitch()