Searched refs:getNextSwitchCase (Results 1 – 14 of 14) 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()
1847 for (; Case; Case = Case->getNextSwitchCase()) { in FindCaseStatementsForValue()2015 Case = Case->getNextSwitchCase()) { in EmitSwitchStmt()
1738 for (; Case; Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
601 SC = SC->getNextSwitchCase()) { in visitSwitchStmt()
1772 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function1773 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function2540 assert(!SC->getNextSwitchCase() && in addSwitchCase()
701 SC = SC->getNextSwitchCase()) { in VerifyJumps()
1284 SC = SC->getNextSwitchCase()) { in ActOnFinishSwitchStmt()
6006 SC = SC->getNextSwitchCase()) { in CodeCompleteCase()
537 Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
7863 SC = SC->getNextSwitchCase()) { in AST_MATCHER_P()
252 SC = SC->getNextSwitchCase()) in VisitSwitchStmt()
6865 SC = SC->getNextSwitchCase()) { in VisitSwitchStmt()
5082 SC = SC->getNextSwitchCase()) { in EvaluateSwitch()