Searched refs:TypeParamDecl (Results 1 – 5 of 5) sorted by relevance
399 Parser<TypeParamDecl>{})))402 TYPE_PARSER(construct<TypeParamDecl>(name, maybe("=" >> scalarIntConstantExpr)))
259 Put(" :: "), Walk(std::get<std::list<TypeParamDecl>>(x.t), ", "); in Unparse()261 void Unparse(const TypeParamDecl &x) { // R733 in Unparse()
903 struct TypeParamDecl { struct904 TUPLE_CLASS_BOILERPLATE(TypeParamDecl);913 std::tuple<IntegerTypeSpec, common::TypeParamAttr, std::list<TypeParamDecl>> argument
690 NODE(parser, TypeParamDecl) in NODE()
4593 for (auto &decl : std::get<std::list<parser::TypeParamDecl>>(x.t)) { in Post()