Searched refs:getModuleStmt (Results 1 – 1 of 1) sorted by relevance
916 static lower::pft::ModuleLikeUnit::ModuleStatement getModuleStmt(const T &mod) { in getModuleStmt() function1133 : ProgramUnit{m, parent}, beginStmt{getModuleStmt<parser::ModuleStmt>(m)}, in ModuleLikeUnit()1134 endStmt{getModuleStmt<parser::EndModuleStmt>(m)} {}1138 : ProgramUnit{m, parent}, beginStmt{getModuleStmt<parser::SubmoduleStmt>( in ModuleLikeUnit()1140 endStmt{getModuleStmt<parser::EndSubmoduleStmt>(m)} {}