Lines Matching defs:copy_member_function
14390 copy_member_function (canonical_class, *i);
22128 copy_member_function(const class_or_union_sptr& t,
22130 {return copy_member_function(t, method.get());}
22142 copy_member_function(const class_or_union_sptr& t, const method_decl* method)
23699 copy_member_function(const class_decl_sptr& clazz, const method_decl_sptr& f)
23700 {return copy_member_function(static_pointer_cast<class_or_union>(clazz), f);}
23710 copy_member_function(const class_decl_sptr& clazz, const method_decl* f)
23711 {return copy_member_function(static_pointer_cast<class_or_union>(clazz), f);}
24719 copy_member_function(const union_decl_sptr& union_type,
24721 {return copy_member_function(union_type, f.get());}
24732 copy_member_function(const union_decl_sptr& union_type,
24736 return copy_member_function(t, f);