Searched refs:ShouldWarn (Results 1 – 10 of 10) sorted by relevance
39 } else if (context_.ShouldWarn(common::LanguageFeature::ProgramReturn)) { in Leave()
201 bool SemanticsContext::ShouldWarn(common::LanguageFeature feature) const { in ShouldWarn() function in Fortran::semantics::SemanticsContext202 return languageFeatures_.ShouldWarn(feature); in ShouldWarn()
407 if (context_.ShouldWarn( in CheckCanEquivalence()418 if (context_.ShouldWarn( in CheckCanEquivalence()
472 context_.ShouldWarn(common::LanguageFeature::RealDoControls)}; in CheckDoControl()
923 context.ShouldWarn( in CheckLabelDoConstraints()
400 } else if (analyzer.context().ShouldWarn( in Test()1544 if (context().ShouldWarn(LanguageFeature::AnonymousParents)) { in Analyze()3059 if (context_.context().languageFeatures().ShouldWarn( in OkLogicalIntegerAssignment()
56 bool ShouldWarn(LanguageFeature f) const { in ShouldWarn() function
419 if (features_.ShouldWarn(LanguageFeature::ClassicCComments)) { in NextToken()882 if (features_.ShouldWarn( in FixedFormContinuationLine()977 features_.ShouldWarn(LanguageFeature::CruftAfterAmpersand)) { in FreeFormContinuation()
155 if (userState_ && userState_->features().ShouldWarn(lf)) { in Nonstandard()
78 bool ShouldWarn(common::LanguageFeature) const;