Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp1561 bool ContinueFound() { return ContinueLoc.isValid(); } in ContinueFound() function in __anon27b5dcff0411::BreakContinueFinder
1598 if (BreakContinueFinder(S, Body).ContinueFound()) return; in CheckForRedundantIteration()
1621 } else if (BCFinder.ContinueFound() && CurScope->getContinueParent()) { in CheckBreakContinueBinding()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1747 bool ContinueFound() { return ContinueLoc.isValid(); } in ContinueFound() function in __anoned21bd8d0611::BreakContinueFinder
1784 if (BreakContinueFinder(S, Body).ContinueFound()) return; in CheckForRedundantIteration()
1807 } else if (BCFinder.ContinueFound() && CurScope->getContinueParent()) { in CheckBreakContinueBinding()