Searched refs:getNextSwitchCase (Results 1 – 16 of 16) sorted by relevance
68 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()73 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()83 Curr = Curr->getNextSwitchCase(); in VisitSwitchStmt()
61 CurrentCase = CurrentCase->getNextSwitchCase(); in countCaseLabels()
145 SC = SC->getNextSwitchCase()) { in Detect()
1818 for (; Case; Case = Case->getNextSwitchCase()) { in FindCaseStatementsForValue()1986 Case = Case->getNextSwitchCase()) { in EmitSwitchStmt()
1327 for (; Case; Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
144 CaseList = CaseList->getNextSwitchCase()) { in REGISTER_TWEAK()
1574 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function1575 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function2332 assert(!SC->getNextSwitchCase() && in addSwitchCase()
681 SC = SC->getNextSwitchCase()) { in VerifyJumps()
1273 SC = SC->getNextSwitchCase()) { in ActOnFinishSwitchStmt()
5874 SC = SC->getNextSwitchCase()) { in CodeCompleteCase()
537 Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
1099 Case = Case->getNextSwitchCase()) in findCaseBounds()
7590 SC = SC->getNextSwitchCase()) { in AST_MATCHER_P()
187 SC = SC->getNextSwitchCase()) in VisitSwitchStmt()
6480 SC = SC->getNextSwitchCase()) { in VisitSwitchStmt()
4998 SC = SC->getNextSwitchCase()) { in EvaluateSwitch()