Lines Matching refs:fn_id
266 /// @param fn_id the ID to consider.
268 /// @return the pointer to the vector of functions with ID @p fn_id,
271 fn_id_is_in_id_fns_map(const string& fn_id)
274 str_fn_ptrs_map_type::iterator i = m.find(fn_id);
292 string fn_id = fn->get_id();
293 return fn_id_is_in_id_fns_map(fn_id);
310 const string fn_id = fn->get_id();
314 if ((*i)->get_id() == fn_id
346 string fn_id = fn->get_id();
347 vector<function_decl*>* fns = fn_id_is_in_id_fns_map(fn_id);
349 fns = &(id_fns_map()[fn_id] = vector<function_decl*>());
360 if (sym_id == fn_id)
362 fns = fn_id_is_in_id_fns_map(fn_id);
364 fns = &(id_fns_map()[fn_id] = vector<function_decl*>());
376 /// @param fn_id the ID of the variable to consider.
378 /// @return true iff the variable designated by @p fn_id is present