Home
last modified time | relevance | path

Searched refs:GetParentType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dtype-info.cpp136 const DerivedType *DerivedType::GetParentType() const { in GetParentType() function in Fortran::runtime::typeInfo::DerivedType
161 const DerivedType *parent{GetParentType()}; in FindDataComponent()
H A Dtype-info.h209 const DerivedType *GetParentType() const;
H A Dderived.cpp158 const auto *parentType{derived.GetParentType()}; in Finalize()