Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h289 Scope *getContinueParent() { in getContinueParent() function
293 const Scope *getContinueParent() const { in getContinueParent() function
294 return const_cast<Scope*>(this)->getContinueParent(); in getContinueParent()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2257 } else if (BCFinder.ContinueFound() && CurScope->getContinueParent()) { in CheckBreakContinueBinding()
3290 Scope *S = CurScope->getContinueParent(); in ActOnContinueStmt()
H A DSemaLookup.cpp5175 if (S && S->getContinueParent()) in AddKeywordsToConsumer()
H A DSemaCodeComplete.cpp2539 if (S->getContinueParent()) { in AddOrdinaryNameResults()