Searched refs:EndModuleStmt (Results 1 – 9 of 9) sorted by relevance
59 bool Pre(parser::EndModuleStmt &) { return false; } in Pre() argument
178 const auto &end{std::get<parser::Statement<parser::EndModuleStmt>>(x.t)}; in Build()
444 std::get<parser::Statement<parser::EndModuleStmt>>(module.t)); in Post()
223 unterminatedStatement(Parser<EndModuleStmt>{})))231 construct<EndModuleStmt>(recovery(
1572 void Unparse(const EndModuleStmt &x) { // R1406 in Unparse()
685 parser::Statement<parser::EndModuleStmt>,
266 NODE(parser, EndModuleStmt) in NODE()
2872 WRAPPER_CLASS(EndModuleStmt, std::optional<Name>);2880 std::optional<ModuleSubprogramPart>, Statement<EndModuleStmt>>
1652 endStmt{getModuleStmt<parser::EndModuleStmt>(m)} {