Searched refs:TypeBoundProcedurePart (Results 1 – 4 of 4) sorted by relevance
362 maybe(Parser<TypeBoundProcedurePart>{}),507 construct<TypeBoundProcedurePart>(statement(containsStmt),
1139 struct TypeBoundProcedurePart { struct1140 TUPLE_CLASS_BOILERPLATE(TypeBoundProcedurePart);1158 std::optional<TypeBoundProcedurePart>, Statement<EndTypeStmt>> argument
683 NODE(parser, TypeBoundProcedurePart) in NODE()
932 bool Pre(const parser::TypeBoundProcedurePart &);933 void Post(const parser::TypeBoundProcedurePart &);4545 Walk(std::get<std::optional<parser::TypeBoundProcedurePart>>(x.t)); in Pre()4796 bool DeclarationVisitor::Pre(const parser::TypeBoundProcedurePart &) { in Pre() argument4802 void DeclarationVisitor::Post(const parser::TypeBoundProcedurePart &) { in Post() argument