Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h186 Scope *getContinueParent() { in getContinueParent() function
190 const Scope *getContinueParent() const { in getContinueParent() function
191 return const_cast<Scope*>(this)->getContinueParent(); in getContinueParent()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp2336 Scope *S = CurScope->getContinueParent(); in ActOnContinueStmt()
HDSemaLookup.cpp3930 if (S && S->getContinueParent()) in AddKeywordsToConsumer()
HDSemaCodeComplete.cpp1771 if (S->getContinueParent()) { in AddOrdinaryNameResults()