Searched refs:method_decl (Results 1 – 11 of 11) sorted by relevance
/third_party/libabigail/include/ |
D | abg-ir.h | 3784 class method_decl : public function_decl 3786 method_decl(); 3793 method_decl(const string& name, method_type_sptr type, 3799 method_decl(const string& name, 3807 method_decl(const string& name, type_base_sptr type, 3876 virtual ~method_decl(); 3920 typedef unordered_map<string, method_decl*> string_mem_fn_ptr_map_type; 3995 const method_decl* 3998 method_decl* 4004 const method_decl* [all …]
|
D | abg-fwd.h | 239 class method_decl; variable 241 typedef shared_ptr<method_decl> method_decl_sptr;
|
/third_party/libabigail/src/ |
D | abg-ir.cc | 6190 const method_decl* m = is_method_decl(&f); in get_member_function_is_ctor() 6220 method_decl* m = is_method_decl(&f); in set_member_function_is_ctor() 6249 const method_decl* m = is_method_decl(&f); in get_member_function_is_dtor() 6277 method_decl* m = is_method_decl(&f); in set_member_function_is_dtor() 6305 const method_decl* m = is_method_decl(&f); in get_member_function_is_const() 6333 method_decl* m = is_method_decl(&f); in set_member_function_is_const() 6373 const method_decl* m = in get_member_function_vtable_offset() 6374 dynamic_cast<const method_decl*>(&f); in get_member_function_vtable_offset() 6406 method_decl* m = is_method_decl(&f); in set_member_function_vtable_offset() 6436 const method_decl* m = in get_member_function_is_virtual() [all …]
|
D | abg-reporter-priv.cc | 190 dynamic_pointer_cast<method_decl>(mem_fn); in represent()
|
D | abg-writer.cc | 1941 || write_function_decl(dynamic_pointer_cast<method_decl> in write_decl()
|
D | abg-comparison.cc | 4326 dynamic_pointer_cast<method_decl> in count_filtered_changed_mem_fns() 4331 dynamic_pointer_cast<method_decl> in count_filtered_changed_mem_fns()
|
D | abg-reader.cc | 3405 ? new method_decl (name, fn_type, in build_function_decl()
|
D | abg-dwarf-reader.cc | 14928 ? new method_decl(fname, fn_type, in build_function_decl()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_file.cc | 169 const char* method_decl) { in MaybeRestartJavaMethod() argument 181 printer->Print(method_decl, "method_num", StrCat(*method_num)); in MaybeRestartJavaMethod()
|
/third_party/libabigail/ |
D | ChangeLog | 7668 (method_decl::set_linkage_name): Use a non-deleting shared pointer 13855 (function_decl::parameter::parameter, method_decl::method_decl) 16331 (represent): In the overload for method_decl, var_decl, use the 18603 a method_decl, do not represent the vofffset if it's not set. 18770 a method_decl, do not represent the vofffset if it's not set. 21326 (class_decl::method_decl::{method_decl, set_scope}): Likewise. 21517 (class_decl::method_decl::method_decl): Adjust. Deduce the 21518 const-ness of the method_decl from the const-ness of its 21816 (member_base, method_decl, member_function_template) 21902 (method_decl::{method_decl, set_linkage_name, ~method_decl, [all …]
|
D | NEWS | 1251 Consider a method_decl as always being a member decl
|