Searched refs:as_function_tdecl (Results 1 – 4 of 4) sorted by relevance
1173 << mem_fn_tmpl->as_function_tdecl()->get_pretty_representation() in report()1194 << mem_fn_tmpl->as_function_tdecl()-> in report()
3745 write_function_tdecl((*fn)->as_function_tdecl(), ctxt, in write_class_decl()3901 write_function_tdecl((*fn)->as_function_tdecl(), ctxt, in write_union_decl()
19640 decl_base* c = m->as_function_tdecl()->get_scope(); in add_member_function_template()19645 scope_decl::add_member_decl(m->as_function_tdecl()); in add_member_function_template()21830 if (function_tdecl_sptr ftdecl = as_function_tdecl()) in operator ==()21832 function_tdecl_sptr other_ftdecl = o.as_function_tdecl(); in operator ==()21894 if (function_tdecl_sptr f = as_function_tdecl()) in traverse()
4497 as_function_tdecl() const in as_function_tdecl() function