Searched refs:getNextSwitchCase (Results 1 – 13 of 13) sorted by relevance
68 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()73 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()83 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
145 SC = SC->getNextSwitchCase()) { in Detect()
1698 for (; Case; Case = Case->getNextSwitchCase()) { in FindCaseStatementsForValue()1866 Case = Case->getNextSwitchCase()) { in EmitSwitchStmt()
1320 for (; Case; Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
1541 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function1542 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function2271 assert(!SC->getNextSwitchCase() && in addSwitchCase()
676 SC = SC->getNextSwitchCase()) { in VerifyJumps()
1236 SC = SC->getNextSwitchCase()) { in ActOnFinishSwitchStmt()
5593 SC = SC->getNextSwitchCase()) { in CodeCompleteCase()
537 Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
7169 SC = SC->getNextSwitchCase()) { in AST_MATCHER_P()
185 SC = SC->getNextSwitchCase()) in VisitSwitchStmt()
6240 SC = SC->getNextSwitchCase()) { in VisitSwitchStmt()
4942 SC = SC->getNextSwitchCase()) { in EvaluateSwitch()