Searched refs:ultimateScope (Results 1 – 1 of 1) sorted by relevance
289 const Fortran::semantics::Scope &ultimateScope = ultimate.owner(); in collectHostAssociatedVariables() local290 if (ultimateScope.kind() == in collectHostAssociatedVariables()292 ultimateScope.kind() == Fortran::semantics::Scope::Kind::Subprogram) in collectHostAssociatedVariables()293 if (ultimateScope != *internalScope && in collectHostAssociatedVariables()294 ultimateScope.Contains(*internalScope)) { in collectHostAssociatedVariables()