Home | History | Annotate | Download | only in Parse

Lines Matching defs:ScopeFlags

176   unsigned ScopeFlags =
266 ScopeFlags |= Scope::OpenMPLoopDirectiveScope;
268 ScopeFlags |= Scope::OpenMPSimdDirectiveScope;
269 ParseScope OMPDirectiveScope(this, ScopeFlags);