Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp729 Scope *useModuleScope_{nullptr}; member in Fortran::semantics::ModuleVisitor
762 useOnly_.emplace(std::make_pair(name, useModuleScope_)); in AddUseOnly()
2649 useModuleScope_ = FindModule(x.moduleName, isIntrinsic); in Pre()
2650 if (!useModuleScope_) { in Pre()
2674 for (const auto &[name, symbol] : *useModuleScope_) { in Post()
2688 useModuleScope_ = nullptr; in Post()
2698 if (!useModuleScope_) { in AddUse()
2703 useModuleScope_->GetName().value()); in AddUse()
2712 useModuleScope_->GetName().value()); in AddUse()
2764 details->add_occurrence(location, *useModuleScope_); in DoAddUse()
[all …]