Lines Matching refs:function_decl
867 vector<function_decl::parameter_sptr> sorted_deleted_parms_;
869 vector<function_decl::parameter_sptr> sorted_added_parms_;
928 operator()(const function_decl::parameter& l,
929 const function_decl::parameter& r)
942 operator()(const function_decl::parameter_sptr& l,
943 const function_decl::parameter_sptr& r)
1089 deleted_function_is_suppressed(const function_decl* fn) const;
1092 added_function_is_suppressed(const function_decl* fn) const;
1151 /// "Less than" functor to compare instances of @ref function_decl.
1155 /// function_decl. It returns true if the first @ref function_decl
1158 /// @param f the first @ref function_decl to take in account.
1160 /// @param s the second @ref function_decl to take in account.
1164 operator()(const function_decl& f, const function_decl& s)
1168 /// function_decl. It returns true if the first @ref function_decl
1171 /// @param f the first @ref function_decl to take in account.
1173 /// @param s the second @ref function_decl to take in account.
1177 operator()(const function_decl* f, const function_decl* s)
1181 /// function_decl. It returns true if the first @ref function_decl
1184 /// @param f the first @ref function_decl to take in account.
1186 /// @param s the second @ref function_decl to take in account.
1377 vector<function_decl*>& sorted);
1441 vector<function_decl::parameter_sptr>& sorted);