Home | History | Annotate | Download | only in Parse

Lines Matching refs:ScopeFlags

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