Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp1539 bool ContinueFound() { return ContinueLoc.isValid(); } in ContinueFound() function in __anonaa4ce6960311::BreakContinueFinder
1576 if (BreakContinueFinder(S, Body).ContinueFound()) return; in CheckForRedundantIteration()
1599 } else if (BCFinder.ContinueFound() && CurScope->getContinueParent()) { in CheckBreakContinueBinding()