Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.cpp184 const auto &stmt{std::get<parser::Statement<parser::SubmoduleStmt>>(x.t)}; in Build()
205 std::get<const parser::Statement<parser::SubmoduleStmt> *>(stmt_)}; in GetParentId()
260 [](const parser::Statement<parser::SubmoduleStmt> *) { in GetKind() argument
H A Dprogram-tree.h55 const parser::Statement<parser::SubmoduleStmt> *,
H A Dresolve-labels.cpp476 CheckOptionalName<parser::SubmoduleStmt>("SUBMODULE", submodule, in Post()
H A Dmod-file.cpp1066 std::get<parser::Statement<parser::SubmoduleStmt>>(submod.value().t)}; in GetSubmoduleParent()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp283 construct<Submodule>(statement(Parser<SubmoduleStmt>{}),
289 construct<SubmoduleStmt>(
H A Dunparse.cpp1594 void Unparse(const SubmoduleStmt &x) { // R1417 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h686 parser::Statement<parser::SubmoduleStmt>,
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp1238 [](const parser::Statement<parser::SubmoduleStmt> &stmt) in getSymbol()
1659 : ProgramUnit{m, parent}, beginStmt{getModuleStmt<parser::SubmoduleStmt>( in ModuleLikeUnit()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h2908 struct SubmoduleStmt { struct
2909 TUPLE_CLASS_BOILERPLATE(SubmoduleStmt);
2921 std::tuple<Statement<SubmoduleStmt>, SpecificationPart, argument
H A Ddump-parse-tree.h662 NODE(parser, SubmoduleStmt) in NODE()