Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp1215 static lower::pft::ModuleLikeUnit::ModuleStatement getModuleStmt(const T &mod) { in getModuleStmt() function
1651 : ProgramUnit{m, parent}, beginStmt{getModuleStmt<parser::ModuleStmt>(m)}, in ModuleLikeUnit()
1652 endStmt{getModuleStmt<parser::EndModuleStmt>(m)} {
1659 : ProgramUnit{m, parent}, beginStmt{getModuleStmt<parser::SubmoduleStmt>( in ModuleLikeUnit()
1661 endStmt{getModuleStmt<parser::EndSubmoduleStmt>(m)} {