Lines Matching refs:is_function_decl
5031 || (is_function_decl(l) && is_function_decl(r)));
5130 const function_decl *f1 = is_function_decl(&l),
5131 *f2 = is_function_decl(&r);
9810 is_function_decl(const type_or_decl_base* d)
9819 is_function_decl(const type_or_decl_base& d)
9820 {return is_function_decl(&d);}
9829 is_function_decl(const type_or_decl_base_sptr& d)
25753 else if (function_decl* f = is_function_decl(d))
26236 function_decl* fn = is_function_decl(fun);