Searched refs:EndSubmoduleStmt (Results 1 – 9 of 9) sorted by relevance
62 bool Pre(parser::EndSubmoduleStmt &) { return false; } in Pre() argument
185 const auto &end{std::get<parser::Statement<parser::EndSubmoduleStmt>>(x.t)}; in Build()
477 std::get<parser::Statement<parser::EndSubmoduleStmt>>(submodule.t)); in Post()
285 unterminatedStatement(Parser<EndSubmoduleStmt>{})))297 construct<EndSubmoduleStmt>(
1600 void Unparse(const EndSubmoduleStmt &x) { // R1419 in Unparse()
687 parser::Statement<parser::EndSubmoduleStmt>>;
270 NODE(parser, EndSubmoduleStmt) in NODE()
2914 WRAPPER_CLASS(EndSubmoduleStmt, std::optional<Name>);2922 std::optional<ModuleSubprogramPart>, Statement<EndSubmoduleStmt>>
1661 endStmt{getModuleStmt<parser::EndSubmoduleStmt>(m)} {