Lines Matching defs:ModuleLikeUnit
277 } else if ((node.isA<lower::pft::ModuleLikeUnit>() ||
303 lower::pft::ModuleLikeUnit &unit =
304 addUnit(lower::pft::ModuleLikeUnit{mod, pftParentStack.back()});
357 /// Pop the ModuleLikeUnit evaluationList when entering the first module
362 if (pftParentStack.back().isA<lower::pft::ModuleLikeUnit>())
442 [&](lower::pft::ModuleLikeUnit &p) {
1188 [&](const lower::pft::ModuleLikeUnit &unit) {
1302 const lower::pft::ModuleLikeUnit &moduleLikeUnit) {
1401 static lower::pft::ModuleLikeUnit::ModuleStatement getModuleStmt(const T &mod) {
1402 lower::pft::ModuleLikeUnit::ModuleStatement result{
1824 // ModuleLikeUnit implementation
1827 Fortran::lower::pft::ModuleLikeUnit::ModuleLikeUnit(
1832 Fortran::lower::pft::ModuleLikeUnit::ModuleLikeUnit(
1839 Fortran::lower::pft::ModuleLikeUnit::getStartingSourceLoc() const {
1843 Fortran::lower::pft::ModuleLikeUnit::getScope() const {
1946 void Fortran::lower::pft::ModuleLikeUnit::dump() const {