Lines Matching refs:function_decl
386 /// Compute a hash value for an instance of @ref function_decl.
390 /// function_decl, and just returns if it is already calculated.
396 function_decl::hash::operator()(const function_decl& t) const
429 /// Compute a hash for a pointer to @ref function_decl.
431 /// @param t the pointer to @ref function_decl to compute the hash for.
435 function_decl::hash::operator()(const function_decl* t) const
439 function_decl::parameter::hash::operator()
440 (const function_decl::parameter& p) const
452 function_decl::parameter::hash::operator()
453 (const function_decl::parameter* p) const
457 function_decl::parameter::hash::operator()
458 (const function_decl::parameter_sptr p) const
469 function_decl::parameter::hash hash_parameter;
475 vector<shared_ptr<function_decl::parameter> >::const_iterator i =
505 function_decl::parameter::hash hash_parameter;
509 for (vector<shared_ptr<function_decl::parameter> >::const_iterator i =
918 function_decl::hash hash_function_decl;