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

/external/clang/include/clang/Sema/
H A DScope.h230 /// getBreakParent - Return the closest scope that a break statement
232 Scope *getBreakParent() { function in class:clang::Scope
235 const Scope *getBreakParent() const { function in class:clang::Scope
236 return const_cast<Scope*>(this)->getBreakParent();
/external/clang/lib/Sema/
H A DSemaStmt.cpp1571 Scope *BreakParent = CurScope->getBreakParent();
2411 Scope *S = CurScope->getBreakParent();
H A DSemaLookup.cpp4049 if (S && S->getBreakParent())
H A DSemaCodeComplete.cpp1776 if (S->getBreakParent()) {

Completed in 171 milliseconds