Home
last modified time | relevance | path

Searched refs:InclusiveScope (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp504 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()
[all …]