Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.h54 const parser::Statement<parser::ModuleStmt> *,
H A Dprogram-tree.cpp177 const auto &stmt{std::get<parser::Statement<parser::ModuleStmt>>(x.t)}; in Build()
257 [](const parser::Statement<parser::ModuleStmt> *) { in GetKind() argument
H A Dsemantics.cpp483 std::get<parser::Statement<parser::ModuleStmt>>(frontModule->value().t) in Perform()
H A Dresolve-labels.cpp443 CheckOptionalName<parser::ModuleStmt>("MODULE", module, in Post()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp221 construct<Module>(statement(Parser<ModuleStmt>{}), limitedSpecificationPart,
227 "MODULE statement"_en_US, construct<ModuleStmt>("MODULE" >> name))
H A Dunparse.cpp1569 void Before(const ModuleStmt &) { // R1405 in Before() argument
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h684 ReferenceVariant<parser::Statement<parser::ModuleStmt>,
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp1236 [](const parser::Statement<parser::ModuleStmt> &stmt) in getSymbol()
1651 : ProgramUnit{m, parent}, beginStmt{getModuleStmt<parser::ModuleStmt>(m)}, in ModuleLikeUnit()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h436 NODE(parser, ModuleStmt) in NODE()
H A Dparse-tree.h2852 WRAPPER_CLASS(ModuleStmt, Name);
2879 std::tuple<Statement<ModuleStmt>, SpecificationPart,