Home | History | Annotate | Download | only in Sema

Lines Matching defs:BreakParent

1571   Scope *BreakParent = CurScope->getBreakParent();
1572 if (BCFinder.BreakFound() && BreakParent) {
1573 if (BreakParent->getFlags() & Scope::SwitchScope) {