Home | History | Annotate | Download | only in Parse

Lines Matching refs:ScopeFlags

1236   unsigned ScopeFlags = Scope::BlockScope | Scope::FnScope | Scope::DeclScope;
1237 ParseScope BodyScope(this, ScopeFlags);