Searched refs:WithInterface (Results 1 – 6 of 6) sorted by relevance
632 void Walk(const TypeBoundProcedureStmt::WithInterface &x, V &visitor) { in Walk()641 void Walk(TypeBoundProcedureStmt::WithInterface &x, M &mutator) { in Walk()
1103 struct WithInterface { struct1104 BOILERPLATE(WithInterface);1105 WithInterface(Name &&n, std::list<BindAttr> &&as, std::list<Name> &&bs) in WithInterface() argument1112 std::variant<WithoutInterface, WithInterface> u;
685 NODE(TypeBoundProcedureStmt, WithInterface) in NODE()
528 construct<TypeBoundProcedureStmt::WithInterface>(
362 void Unparse(const TypeBoundProcedureStmt::WithInterface &x) { in Unparse()
938 void Post(const parser::TypeBoundProcedureStmt::WithInterface &);4891 const parser::TypeBoundProcedureStmt::WithInterface &x) { in Post()7604 void Post(const parser::TypeBoundProcedureStmt::WithInterface &tbps) { in Post()