Lines Matching refs:InclusiveScope
504 Scope &InclusiveScope();
2181 Scope &ScopeHandler::InclusiveScope() { return GetInclusiveScope(currScope()); } in InclusiveScope() function in Fortran::semantics::ScopeHandler
2184 Scope &parent{InclusiveScope().parent()}; in GetHostProcedure()
2247 ImplicitRulesVisitor::SetScope(InclusiveScope()); in SetScope()
3245 if (const Symbol * subprogram{InclusiveScope().symbol()}) { in Pre()
3508 Scope &inclusiveScope{InclusiveScope()}; in PostEntryStmt()
5488 MakeSymbol(InclusiveScope(), name.source, Attrs{Attr::INTRINSIC})}; in HandleUnrestrictedSpecificIntrinsicFunction()
5586 prev = &MakeSymbol(InclusiveScope(), name.source, Attrs{}); in FindOrDeclareEnclosingEntity()
5735 Symbol &symbol{MakeSymbol(InclusiveScope(), name.source, Attrs{})}; in NoteInterfaceName()
6538 MakeSymbol(InclusiveScope(), name.source, Attrs{}); in ResolveName()
6822 &MakeSymbol(InclusiveScope(), name.source, Attrs{Attr::INTRINSIC}); in HandleProcedureName()