Home
last modified time | relevance | path

Searched refs:TheSwitchStmt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.cpp160 } else if (const auto *TheSwitchStmt = dyn_cast<SwitchStmt>(Parent)) { in getSequenceSuccessor() local
162 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()