Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtype.cpp214 if (auto extends{dtDetails.GetParentComponentName()}) { in FindParentComponent()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsymbol.cpp625 if (auto extends{GetParentComponentName()}) { in GetParentComponent()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h300 std::optional<SourceName> GetParentComponentName() const { in GetParentComponentName() function