Searched defs:InterfaceStmt (Results 1 – 3 of 3) sorted by relevance
316 TYPE_PARSER(construct<InterfaceBlock>(statement(Parser<InterfaceStmt>{}), in TYPE_PARSER()
2946 struct InterfaceStmt { struct2949 InterfaceStmt(Abstract x) : u{x} {} in InterfaceStmt() argument2951 std::variant<std::optional<GenericSpec>, Abstract> u;
2516 void InterfaceVisitor::Post(const parser::InterfaceStmt &) { EndAttrs(); } in Post()