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.h284 Scope *getContinueParent() { in getContinueParent() function
288 const Scope *getContinueParent() const { in getContinueParent() function
289 return const_cast<Scope*>(this)->getContinueParent(); in getContinueParent()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2158 } else if (BCFinder.ContinueFound() && CurScope->getContinueParent()) { in CheckBreakContinueBinding()
3182 Scope *S = CurScope->getContinueParent(); in ActOnContinueStmt()
H A DSemaLookup.cpp5083 if (S && S->getContinueParent()) in AddKeywordsToConsumer()
H A DSemaCodeComplete.cpp2455 if (S->getContinueParent()) { in AddOrdinaryNameResults()