Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.cpp169 } else if (const auto *TheWhileStmt = dyn_cast<WhileStmt>(Parent)) { in getSequenceSuccessor() local
173 if (S == TheWhileStmt->getConditionVariableDeclStmt()) in getSequenceSuccessor()
174 return TheWhileStmt->getCond(); in getSequenceSuccessor()