Home | History | Annotate | Download | only in Parse

Lines Matching refs:ScopeFlags

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