Home | History | Annotate | Download | only in dmd

Lines Matching refs:FeatureState

59 package auto previewErrorFunc(bool isDeprecated, FeatureState featureState) @safe @nogc pure nothrow
61 if (featureState == FeatureState.enabled)
63 else if (featureState == FeatureState.disabled || isDeprecated)
69 package auto previewSupplementalFunc(bool isDeprecated, FeatureState featureState) @safe @nogc pure nothrow
71 if (featureState == FeatureState.enabled)
73 else if (featureState == FeatureState.disabled || isDeprecated)