Home
last modified time | relevance | path

Searched refs:parentDerived (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-declarations.cpp790 const DerivedTypeSpec *parentDerived{parent->AsDerived()}; in CheckDerivedType() local
791 if (!IsExtensibleType(parentDerived)) { // C705 in CheckDerivedType()
794 if (!derivedType.attrs().test(Attr::ABSTRACT) && parentDerived && in CheckDerivedType()
795 parentDerived->typeSymbol().attrs().test(Attr::ABSTRACT)) { in CheckDerivedType()
796 ScopeComponentIterator components{*parentDerived}; in CheckDerivedType()
802 parentDerived->typeSymbol().name(), component.name()); in CheckDerivedType()
810 !(parentDerived && FindCoarrayUltimateComponent(*parentDerived))) { in CheckDerivedType()
818 !(FindEventOrLockPotentialComponent(*parentDerived) || in CheckDerivedType()
819 IsEventTypeOrLockType(parentDerived))) { in CheckDerivedType()
Dtools.cpp439 if (const DerivedTypeSpec * parentDerived{parentType->AsDerived()}) { in FindOverriddenBinding() local
440 if (const Scope * parentScope{parentDerived->typeSymbol().scope()}) { in FindOverriddenBinding()