Searched refs:TypeBoundGenericStmt (Results 1 – 5 of 5) sorted by relevance
517 construct<TypeBoundProcBinding>(Parser<TypeBoundGenericStmt>{}),547 construct<TypeBoundGenericStmt>("GENERIC" >> maybe("," >> accessSpec),
371 void Unparse(const TypeBoundGenericStmt &x) { // R751 in Unparse()
1117 struct TypeBoundGenericStmt { struct1118 TUPLE_CLASS_BOILERPLATE(TypeBoundGenericStmt);1132 std::variant<TypeBoundProcedureStmt, TypeBoundGenericStmt, FinalProcedureStmt, argument
680 NODE(parser, TypeBoundGenericStmt) in NODE()
940 bool Pre(const parser::TypeBoundGenericStmt &);4928 bool DeclarationVisitor::Pre(const parser::TypeBoundGenericStmt &x) { in Pre()