Home
last modified time | relevance | path

Searched refs:is_method_decl (Results 1 – 5 of 5) sorted by relevance

/external/libabigail/src/
Dabg-ir.cc4587 {return is_at_class_scope(d) || is_method_decl(d);} in is_member_decl()
4596 {return is_at_class_scope(d) || is_method_decl(d);} in is_member_decl()
4605 {return is_at_class_scope(d) || is_method_decl(d);} in is_member_decl()
5302 const method_decl* m = is_method_decl(&f); in get_member_function_is_ctor()
5332 method_decl* m = is_method_decl(&f); in set_member_function_is_ctor()
5361 const method_decl* m = is_method_decl(&f); in get_member_function_is_dtor()
5389 method_decl* m = is_method_decl(&f); in set_member_function_is_dtor()
5417 const method_decl* m = is_method_decl(&f); in get_member_function_is_const()
5445 method_decl* m = is_method_decl(&f); in set_member_function_is_const()
5518 method_decl* m = is_method_decl(&f); in set_member_function_vtable_offset()
[all …]
Dabg-reader.cc4712 method_decl_sptr m = is_method_decl(f); in build_class_decl()
5051 method_decl_sptr m = is_method_decl(f); in build_union_decl()
Dabg-dwarf-reader.cc11699 method_decl_sptr m = is_method_decl(f); in finish_member_function_reading()
11966 method_decl_sptr method = is_method_decl(artifact); in is_function_for_die_a_member_of_class()
12020 method = is_method_decl(build_ir_node_from_die(ctxt, function_die, in add_or_update_member_function()
/external/libabigail/include/
Dabg-ir.h4446 is_method_decl(const type_or_decl_base*);
4449 is_method_decl(const type_or_decl_base&);
4452 is_method_decl(const type_or_decl_base_sptr&);
/external/libabigail/
DChangeLog13406 (is_method_decl): Adjust.
13497 (is_method_decl, fixup_virtual_member_function)
13821 (is_method_decl): Take pointer or reference to type_or_decl_base
13845 (is_method_decl, is_array_type): Take a type_or_decl base pointer,
14211 * include/abg-ir.h (is_method_decl): Declare two new overloads of
14214 (is_method_decl): Define these functions declared above.