Home | History | Annotate | Download | only in Parse

Lines Matching refs:ControlScope

398   ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope);
967 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX);
990 // 'ControlScope' as part of its direct subscope.
1095 ScopeFlags |= Scope::DeclScope | Scope::ControlScope;
1185 Scope::DeclScope | Scope::ControlScope;
1347 Scope::DeclScope | Scope::ControlScope;
2171 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope |