Searched refs:getNextSwitchCase (Results 1 – 11 of 11) sorted by relevance
68 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()73 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()83 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
146 SC = SC->getNextSwitchCase()) { in Detect()
1510 for (; Case; Case = Case->getNextSwitchCase()) { in FindCaseStatementsForValue()1621 Case = Case->getNextSwitchCase()) { in EmitSwitchStmt()
1369 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function1370 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function2028 assert(!SC->getNextSwitchCase() && in addSwitchCase()
617 SC = SC->getNextSwitchCase()) { in VerifyJumps()
884 SC = SC->getNextSwitchCase()) { in ActOnFinishSwitchStmt()
4504 SC = SC->getNextSwitchCase()) { in CodeCompleteCase()
5955 SC = SC->getNextSwitchCase()) { in AST_MATCHER_P()
179 SC = SC->getNextSwitchCase()) in VisitSwitchStmt()
5758 SC = SC->getNextSwitchCase()) { in VisitSwitchStmt()
3981 SC = SC->getNextSwitchCase()) { in EvaluateSwitch()