Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dexpression.cpp252 const auto &compObject{symbol.get<semantics::ObjectEntityDetails>()}; in GetParentComponentSymbol() local
253 if (const semantics::DeclTypeSpec * compType{compObject.type()}) { in GetParentComponentSymbol()