Searched refs:FindDataComponent (Results 1 – 3 of 3) sorted by relevance
146 const Component *DerivedType::FindDataComponent( in FindDataComponent() function in Fortran::runtime::typeInfo::DerivedType162 return parent ? parent->FindDataComponent(compName, compNameLen) : nullptr; in FindDataComponent()
212 const Component *FindDataComponent(
314 comp{type->FindDataComponent(compName, std::strlen(compName))}) { in HandleComponent()