Searched refs:EndInterfaceStmt (Results 1 – 7 of 7) sorted by relevance
58 bool Pre(parser::EndInterfaceStmt &) { return false; } in Pre() argument
395 std::get<parser::Statement<parser::EndInterfaceStmt>>( in Post()
644 void Post(const parser::EndInterfaceStmt &);2518 void InterfaceVisitor::Post(const parser::EndInterfaceStmt &) { in Post() argument
318 statement(Parser<EndInterfaceStmt>{}))) argument329 TYPE_PARSER(construct<EndInterfaceStmt>("END INTERFACE" >> maybe(genericSpec)))
1598 void Unparse(const EndInterfaceStmt &x) { // R1504 in Unparse()
256 NODE(parser, EndInterfaceStmt) in NODE()
3092 WRAPPER_CLASS(EndInterfaceStmt, std::optional<GenericSpec>);3099 Statement<EndInterfaceStmt>>