Searched refs:SwitchAlwaysHasSuccessor (Results 1 – 2 of 2) sorted by relevance
3150 bool SwitchAlwaysHasSuccessor = false; in VisitSwitchStmt() local3151 SwitchAlwaysHasSuccessor |= switchExclusivelyCovered; in VisitSwitchStmt()3152 SwitchAlwaysHasSuccessor |= Terminator->isAllEnumCasesCovered() && in VisitSwitchStmt()3155 !SwitchAlwaysHasSuccessor); in VisitSwitchStmt()
4123 bool SwitchAlwaysHasSuccessor = false; in VisitSwitchStmt() local4124 SwitchAlwaysHasSuccessor |= switchExclusivelyCovered; in VisitSwitchStmt()4125 SwitchAlwaysHasSuccessor |= Terminator->isAllEnumCasesCovered() && in VisitSwitchStmt()4128 !SwitchAlwaysHasSuccessor); in VisitSwitchStmt()