Searched refs:TypeBoundProcBinding (Results 1 – 4 of 4) sorted by relevance
509 many(statement(Parser<TypeBoundProcBinding>{}))))516 first(construct<TypeBoundProcBinding>(Parser<TypeBoundProcedureStmt>{}),517 construct<TypeBoundProcBinding>(Parser<TypeBoundGenericStmt>{}),518 construct<TypeBoundProcBinding>(Parser<FinalProcedureStmt>{})),519 construct<TypeBoundProcBinding>(
1130 struct TypeBoundProcBinding { struct1131 UNION_CLASS_BOILERPLATE(TypeBoundProcBinding);1142 std::list<Statement<TypeBoundProcBinding>>> argument
681 NODE(parser, TypeBoundProcBinding) in NODE()
935 bool Pre(const parser::TypeBoundProcBinding &) { return BeginAttrs(); } in Pre() argument936 void Post(const parser::TypeBoundProcBinding &) { EndAttrs(); } in Post() argument