Lines Matching defs:function_tdecl
3640 class function_tdecl : public template_decl, public scope_decl
3646 function_tdecl();
3654 function_tdecl(const environment& env,
3659 function_tdecl(function_decl_sptr pattern,
3671 operator==(const function_tdecl&) const;
3685 virtual ~function_tdecl();
3686 }; // end class function_tdecl.
4557 shared_ptr<function_tdecl> fn_tmpl_;
4583 operator const function_tdecl& () const
4759 struct function_tdecl::hash
4762 operator()(const function_tdecl& t) const;
4765 struct function_tdecl::shared_ptr_hash
4768 operator()(const shared_ptr<function_tdecl> f) const;
4867 virtual bool visit_begin(function_tdecl*);
4868 virtual bool visit_end(function_tdecl*);