Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h233 Scope *getContinueParent() { in getContinueParent() function
237 const Scope *getContinueParent() const { in getContinueParent() function
238 return const_cast<Scope*>(this)->getContinueParent(); in getContinueParent()
/external/clang/lib/Sema/
DSemaStmt.cpp1621 } else if (BCFinder.ContinueFound() && CurScope->getContinueParent()) { in CheckBreakContinueBinding()
2661 Scope *S = CurScope->getContinueParent(); in ActOnContinueStmt()
DSemaLookup.cpp4433 if (S && S->getContinueParent()) in AddKeywordsToConsumer()
DSemaCodeComplete.cpp1784 if (S->getContinueParent()) { in AddOrdinaryNameResults()