Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2075 bool ContinueFound() { return ContinueLoc.isValid(); } in ContinueFound() function in __anonf018d3d30d11::BreakContinueFinder
2112 if (BreakContinueFinder(S, Body).ContinueFound()) return; in CheckForRedundantIteration()
2135 } else if (BCFinder.ContinueFound() && CurScope->getContinueParent()) { in CheckBreakContinueBinding()