Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DTerminatingContinueCheck.cpp39 const auto *ContStmt = Result.Nodes.getNodeAs<ContinueStmt>("continue"); in check() local
42 diag(ContStmt->getBeginLoc(), in check()
44 << tooling::fixit::createReplacement(*ContStmt, "break"); in check()