Lines Matching refs:function_decl
136 corpus::exported_decls_builder::maybe_add_fn_to_exported_fns(const function_decl* fn)
178 /// Convenience typedef for a hash map of pointer to function_decl and
180 typedef unordered_map<const function_decl*,
182 function_decl::hash,
183 function_decl::ptr_equal> fn_ptr_map_type;
186 /// function_decl.
187 typedef unordered_map<string, const function_decl*> str_fn_ptr_map_type;
196 /// function_decl.
199 /// The comparisong operator for pointers to @ref function_decl. It
211 operator()(const function_decl* first,
212 const function_decl* second) const
1281 const vector<function_decl*>*
1483 vector<function_decl*> fns_to_keep;
1485 for (vector<function_decl*>::iterator f = priv_->fns.begin();
1602 vector<function_decl*> fns;