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

/external/clang/include/clang/Sema/
H A DScope.h183 /// getBreakParent - Return the closest scope that a break statement
185 Scope *getBreakParent() { function in class:clang::Scope
188 const Scope *getBreakParent() const { function in class:clang::Scope
189 return const_cast<Scope*>(this)->getBreakParent();

Completed in 281 milliseconds