Searched refs:EndInterfaceStmt (Results 1 – 7 of 7) sorted by relevance
58 bool Pre(parser::EndInterfaceStmt &) { return false; } in Pre() argument
393 std::get<parser::Statement<parser::EndInterfaceStmt>>( in Post()
775 void Post(const parser::EndInterfaceStmt &);3018 void InterfaceVisitor::Post(const parser::EndInterfaceStmt &) { in Post() argument
321 statement(Parser<EndInterfaceStmt>{}))) argument332 TYPE_PARSER(construct<EndInterfaceStmt>("END INTERFACE" >> maybe(genericSpec)))
1620 void Unparse(const EndInterfaceStmt &x) { // R1504 in Unparse()
264 NODE(parser, EndInterfaceStmt) in NODE()
3113 WRAPPER_CLASS(EndInterfaceStmt, std::optional<GenericSpec>);3120 Statement<EndInterfaceStmt>>