Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dprogram-tree.cpp93 const auto &stmt{std::get<parser::Statement<parser::ModuleStmt>>(x.t)}; in Build()
173 [](const parser::Statement<parser::ModuleStmt> *) { in GetKind() argument
Dprogram-tree.h50 const parser::Statement<parser::ModuleStmt> *,
Dresolve-labels.cpp418 CheckOptionalName<parser::ModuleStmt>("MODULE", module, in Post()
/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp218 construct<Module>(statement(Parser<ModuleStmt>{}), limitedSpecificationPart,
224 "MODULE statement"_en_US, construct<ModuleStmt>("MODULE" >> name))
Dunparse.cpp1549 void Before(const ModuleStmt &) { // R1405 in Before() argument
/external/llvm-project/flang/include/flang/Lower/
DPFTBuilder.h469 ReferenceVariant<parser::Statement<parser::ModuleStmt>,
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h428 NODE(parser, ModuleStmt) in NODE()
Dparse-tree.h2831 WRAPPER_CLASS(ModuleStmt, Name);
2858 std::tuple<Statement<ModuleStmt>, SpecificationPart,
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp1133 : ProgramUnit{m, parent}, beginStmt{getModuleStmt<parser::ModuleStmt>(m)}, in ModuleLikeUnit()