Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h175 Scope *getContinueParent() { in getContinueParent() function
179 const Scope *getContinueParent() const { in getContinueParent() function
180 return const_cast<Scope*>(this)->getContinueParent(); in getContinueParent()
/external/clang/lib/Sema/
DSemaStmt.cpp2089 Scope *S = CurScope->getContinueParent(); in ActOnContinueStmt()
DSemaLookup.cpp3634 if (S && S->getContinueParent()) in AddKeywordsToConsumer()
DSemaCodeComplete.cpp1713 if (S->getContinueParent()) { in AddOrdinaryNameResults()