Searched defs:getContinueParent (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h220 /// getContinueParent - Return the closest scope that a continue statement
222 Scope *getContinueParent() { function in class:clang::Scope
226 const Scope *getContinueParent() const { function in class:clang::Scope
227 return const_cast<Scope*>(this)->getContinueParent();

Completed in 306 milliseconds