Lines Matching refs:SetScope
405 void SetScope(const Scope &);
512 void SetScope(Scope &);
1921 void ImplicitRulesVisitor::SetScope(const Scope &scope) { in SetScope() function in Fortran::semantics::ImplicitRulesVisitor
1931 SetScope(scope); in BeginScope()
2242 SetScope(currScope_->parent().IsGlobal() ? context().globalScope() in PopScope()
2245 void ScopeHandler::SetScope(Scope &scope) { in SetScope() function in Fortran::semantics::ScopeHandler
2247 ImplicitRulesVisitor::SetScope(InclusiveScope()); in SetScope()
3582 SetScope(DEREF(symbol->scope())); in BeginMpSubprogram()
7376 SetScope(topScope_); in Pre()
7634 SetScope(*node.scope()); in FinishSpecificationParts()
7690 SetScope(*node.scope()); in ResolveExecutionParts()
7740 visitor.SetScope(const_cast<Scope &>(moduleScope)); in ResolveSpecificationParts()