Home
last modified time | relevance | path

Searched refs:GetDerivedTypeParent (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp103 } 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::Scope
426 for (const Scope *parent{GetDerivedTypeParent()}; parent != nullptr; in GetDerivedTypeBase()
427 parent = child->GetDerivedTypeParent()) { in GetDerivedTypeBase()
H A Druntime-type-info.cpp600 IntExpr<1>(dtScope.GetDerivedTypeParent() != nullptr)); in DescribeType()
950 if (const Scope * parentScope{dtScope.GetDerivedTypeParent()}) { in CollectBindings()
H A Dexpression.cpp2203 if (const auto *parentScope{symbol.owner().GetDerivedTypeParent()}) { in ResolveGeneric()
H A Dresolve-names.cpp5814 scope = scope->GetDerivedTypeParent(); in OkToAddComponent()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h117 const Scope *GetDerivedTypeParent() const;