Searched refs:TheSwitchStmt (Results 1 – 1 of 1) sorted by relevance
160 } else if (const auto *TheSwitchStmt = dyn_cast<SwitchStmt>(Parent)) { in getSequenceSuccessor() local162 if (S == TheSwitchStmt->getInit()) { in getSequenceSuccessor()163 if (TheSwitchStmt->getConditionVariableDeclStmt() != nullptr) in getSequenceSuccessor()164 return TheSwitchStmt->getConditionVariableDeclStmt(); in getSequenceSuccessor()165 return TheSwitchStmt->getCond(); in getSequenceSuccessor()167 if (S == TheSwitchStmt->getConditionVariableDeclStmt()) in getSequenceSuccessor()168 return TheSwitchStmt->getCond(); in getSequenceSuccessor()