Home | History | Annotate | Download | only in dmd

Lines Matching refs:scope_

708             dsym.storage_class |= STC.scope_;
710 if (dsym.storage_class & STC.scope_)
725 dsym.storage_class &= ~STC.scope_; // silently ignore; may occur in generic code
845 if (!(dsym.storage_class & STC.scope_))
1081 if (ei && (ei.exp.op != EXP.scope_ ? true : !ei.exp.isScopeExp().sds.isPackage()))
1455 sc.stc &= ~(STC.auto_ | STC.scope_ | STC.static_ | STC.gshared);
2123 if (sc.stc & STC.scope_)
3144 sc.stc |= STC.scope_;
3179 sc.stc |= STC.scope_;
3182 if (sc.stc & STC.scope_ && ad && ad.isStructDeclaration() && !ad.type.hasPointers())
3184 sc.stc &= ~STC.scope_;
4686 if (sd.storage_class & STC.scope_)
4752 if (cldec.storage_class & STC.scope_)
5355 if (cldec.storage_class & STC.scope_)
5662 if (idec.storage_class & STC.scope_)