Home | History | Annotate | Download | only in compiler

Lines Matching defs:ControlScopeForBreakable

212 class AstGraphBuilder::ControlScopeForBreakable : public ControlScope {
214 ControlScopeForBreakable(AstGraphBuilder* owner, BreakableStatement* target,
1006 ControlScopeForBreakable scope(this, stmt, &block);
1082 ControlScopeForBreakable scope(this, stmt, &compare_switch);