Searched refs:parentComponent (Results 1 – 2 of 2) sorted by relevance
600 if (const Symbol * parentComponent{GetParentComponent(scope)}) { in GetParentTypeSpec() local601 const auto &object{parentComponent->get<ObjectEntityDetails>()}; in GetParentTypeSpec()
1099 parentComponent{typeSymbol->GetParentComponent(&scope)}) { in CreateComponent() local1101 parentComponent->detailsIf<semantics::ObjectEntityDetails>()}) { in CreateComponent()1106 DataRef{Component{std::move(base), *parentComponent}}, in CreateComponent()1662 const Symbol *parentComponent{typeDetails.GetParentComponent(*spec.scope())}; in Analyze() local1723 if (nextAnonymous == components.begin() && parentComponent && in Analyze()1724 valueType == DynamicType::From(*parentComponent) && in Analyze()1727 std::find(components.begin(), components.end(), *parentComponent)}; in Analyze()1729 symbol = parentComponent; in Analyze()