Searched refs:GetDerivedTypeParent (Results 1 – 5 of 5) sorted by relevance
103 } else if (const Scope * parent{GetDerivedTypeParent()}) { in FindComponent()379 if (const Scope * parent{scope.GetDerivedTypeParent()}) { in IsParameterizedDerivedTypeHelper()415 const Scope *Scope::GetDerivedTypeParent() const { in GetDerivedTypeParent() function in Fortran::semantics::Scope426 for (const Scope *parent{GetDerivedTypeParent()}; parent != nullptr; in GetDerivedTypeBase()427 parent = child->GetDerivedTypeParent()) { in GetDerivedTypeBase()
600 IntExpr<1>(dtScope.GetDerivedTypeParent() != nullptr)); in DescribeType()950 if (const Scope * parentScope{dtScope.GetDerivedTypeParent()}) { in CollectBindings()
2203 if (const auto *parentScope{symbol.owner().GetDerivedTypeParent()}) { in ResolveGeneric()
5814 scope = scope->GetDerivedTypeParent(); in OkToAddComponent()
117 const Scope *GetDerivedTypeParent() const;