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()
2026 for (; Case; Case = Case->getNextSwitchCase()) { in FindCaseStatementsForValue()2194 Case = Case->getNextSwitchCase()) { in EmitSwitchStmt()
1871 for (; Case; Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
710 SC = SC->getNextSwitchCase()) { in VerifyJumps()
1307 SC = SC->getNextSwitchCase()) { in ActOnFinishSwitchStmt()
6039 SC = SC->getNextSwitchCase()) { in CodeCompleteCase()
1779 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function1780 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function2547 assert(!SC->getNextSwitchCase() && in addSwitchCase()
537 Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
7893 SC = SC->getNextSwitchCase()) { in AST_MATCHER_P()
252 SC = SC->getNextSwitchCase()) in VisitSwitchStmt()
4553 SC = SC->getNextSwitchCase()) { in visitSwitchStmt()
6967 SC = SC->getNextSwitchCase()) { in VisitSwitchStmt()
5117 SC = SC->getNextSwitchCase()) { in EvaluateSwitch()