Home
last modified time | relevance | path

Searched refs:GetParentComponent (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsymbol.cpp600 if (const Symbol * parentComponent{GetParentComponent(scope)}) { in GetParentTypeSpec()
608 const Symbol *Symbol::GetParentComponent(const Scope *scope) const { in GetParentComponent() function in Fortran::semantics::Symbol
611 return dtDetails->GetParentComponent(DEREF(localScope)); in GetParentComponent()
624 const Symbol *DerivedTypeDetails::GetParentComponent(const Scope &scope) const { in GetParentComponent() function in Fortran::semantics::DerivedTypeDetails
H A Dtools.cpp523 if (const Symbol * parent{details->GetParentComponent(*scope)}) { in FindParentTypeSpec()
H A Dexpression.cpp1099 parentComponent{typeSymbol->GetParentComponent(&scope)}) { in CreateComponent()
1662 const Symbol *parentComponent{typeDetails.GetParentComponent(*spec.scope())}; in Analyze()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h298 const Symbol *GetParentComponent(const Scope &) const;
667 const Symbol *GetParentComponent(const Scope * = nullptr) const;