Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp916 static lower::pft::ModuleLikeUnit::ModuleStatement getModuleStmt(const T &mod) { in getModuleStmt() function
1133 : 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)} {}