Lines Matching refs:function_decl
230 class function_decl; variable
233 typedef shared_ptr<function_decl> function_decl_sptr;
236 function_decl*,
370 function_decl*
754 is_member_function(const function_decl&);
757 is_member_function(const function_decl*);
763 get_member_function_is_ctor(const function_decl&);
769 set_member_function_is_ctor(const function_decl&, bool);
775 get_member_function_is_dtor(const function_decl&);
781 set_member_function_is_dtor(function_decl&, bool);
787 get_member_function_is_const(const function_decl&);
793 set_member_function_is_const(function_decl&, bool);
799 member_function_has_vtable_offset(const function_decl&);
802 get_member_function_vtable_offset(const function_decl&);
808 set_member_function_vtable_offset(const function_decl& f,
816 get_member_function_is_virtual(const function_decl&);
822 get_member_function_is_virtual(const function_decl*);
825 set_member_function_is_virtual(function_decl&, bool);
1431 function_decl_is_less_than(const function_decl&f, const function_decl &s);