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()
1829 for (; Case; Case = Case->getNextSwitchCase()) { in FindCaseStatementsForValue()1997 Case = Case->getNextSwitchCase()) { in EmitSwitchStmt()
1330 for (; Case; Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
1586 const SwitchCase *getNextSwitchCase() const { return NextSwitchCase; } in getNextSwitchCase() function1587 SwitchCase *getNextSwitchCase() { return NextSwitchCase; } in getNextSwitchCase() function2344 assert(!SC->getNextSwitchCase() && in addSwitchCase()
681 SC = SC->getNextSwitchCase()) { in VerifyJumps()
1273 SC = SC->getNextSwitchCase()) { in ActOnFinishSwitchStmt()
5925 SC = SC->getNextSwitchCase()) { in CodeCompleteCase()
537 Case = Case->getNextSwitchCase()) { in VisitSwitchStmt()
7587 SC = SC->getNextSwitchCase()) { in AST_MATCHER_P()
187 SC = SC->getNextSwitchCase()) in VisitSwitchStmt()
6616 SC = SC->getNextSwitchCase()) { in VisitSwitchStmt()
5002 SC = SC->getNextSwitchCase()) { in EvaluateSwitch()