Searched refs:TypeBoundProcDecl (Results 1 – 4 of 4) sorted by relevance
539 Parser<TypeBoundProcDecl>{})))))542 TYPE_PARSER(construct<TypeBoundProcDecl>(name, maybe("=>" >> name)))
367 void Unparse(const TypeBoundProcDecl &x) { // R750 in Unparse()
1083 struct TypeBoundProcDecl { struct1084 TUPLE_CLASS_BOILERPLATE(TypeBoundProcDecl);1098 std::list<BindAttr> &&as, std::list<TypeBoundProcDecl> &&ds) in WithoutInterface() argument1101 std::list<TypeBoundProcDecl> declarations;
682 NODE(parser, TypeBoundProcDecl) in NODE()