Searched refs:fromScope (Results 1 – 3 of 3) sorted by relevance
990 ProxyForScope fromScope{scope}; in CheckScopeConstraints() local991 for (ProxyForScope toScope{target.proxyForScope}; fromScope != toScope; in CheckScopeConstraints()997 if (scopes[toScope].depth == scopes[fromScope].depth) { in CheckScopeConstraints()998 fromScope = scopes[fromScope].parent; in CheckScopeConstraints()
375 void InstantiateHelper::InstantiateComponents(const Scope &fromScope) { in InstantiateComponents() argument379 for (SymbolRef ref : fromScope.GetSymbols()) { in InstantiateComponents()
283 fromScope(*name->symbol, "__fortran_ieee_exceptions"s)) { in Post()319 bool fromScope(const Symbol &symbol, const std::string &moduleName) { in fromScope() function in Fortran::semantics::DoConcurrentBodyEnforce