Searched refs:InterfaceBody (Results 1 – 5 of 5) sorted by relevance
324 TYPE_PARSER(construct<InterfaceSpecification>(Parser<InterfaceBody>{}) ||338 construct<InterfaceBody>(339 construct<InterfaceBody::Function>(statement(functionStmt),341 construct<InterfaceBody>(construct<InterfaceBody::Subroutine>(
383 NODE(parser, InterfaceBody) in NODE()384 NODE(InterfaceBody, Function) in NODE()385 NODE(InterfaceBody, Subroutine) in NODE()
3082 struct InterfaceBody { struct3083 UNION_CLASS_BOILERPLATE(InterfaceBody);3109 std::variant<InterfaceBody, Statement<ProcedureStmt>> u; argument
378 void Post(const parser::InterfaceBody::Function &func) { in Post()481 void Post(const parser::InterfaceBody::Subroutine &sub) { in Post()
820 bool Pre(const parser::InterfaceBody::Subroutine &);821 void Post(const parser::InterfaceBody::Subroutine &);822 bool Pre(const parser::InterfaceBody::Function &);823 void Post(const parser::InterfaceBody::Function &);3273 bool SubprogramVisitor::Pre(const parser::InterfaceBody::Subroutine &x) { in Pre()3278 void SubprogramVisitor::Post(const parser::InterfaceBody::Subroutine &x) { in Post()3283 bool SubprogramVisitor::Pre(const parser::InterfaceBody::Function &x) { in Pre()3288 void SubprogramVisitor::Post(const parser::InterfaceBody::Function &x) { in Post()