Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2027 bool ContinueFound() { return ContinueLoc.isValid(); } in ContinueFound() function in __anon895218280d11::BreakContinueFinder
2064 if (BreakContinueFinder(S, Body).ContinueFound()) return; in CheckForRedundantIteration()
2087 } else if (BCFinder.ContinueFound() && CurScope->getContinueParent()) { in CheckBreakContinueBinding()