Searched refs:ModuleSubprogramPart (Results 1 – 4 of 4) sorted by relevance
219 maybe(Parser<ModuleSubprogramPart>{}),233 construct<ModuleSubprogramPart>(statement(containsStmt),281 limitedSpecificationPart, maybe(Parser<ModuleSubprogramPart>{}),
43 const auto &subps{std::get<std::optional<parser::ModuleSubprogramPart>>(x.t)}; in BuildModuleTree()
2845 struct ModuleSubprogramPart { struct2846 TUPLE_CLASS_BOILERPLATE(ModuleSubprogramPart);2859 std::optional<ModuleSubprogramPart>, Statement<EndModuleStmt>> argument2901 std::optional<ModuleSubprogramPart>, Statement<EndSubmoduleStmt>>
430 NODE(parser, ModuleSubprogramPart) in NODE()