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