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()
3511 write_function_tdecl((*fn)->as_function_tdecl(), ctxt, in write_class_decl()3650 write_function_tdecl((*fn)->as_function_tdecl(), ctxt, in write_union_decl()
21180 decl_base* c = m->as_function_tdecl()->get_scope(); in add_member_function_template()21185 scope_decl::add_member_decl(m->as_function_tdecl()); in add_member_function_template()23434 if (function_tdecl_sptr ftdecl = as_function_tdecl()) in operator ==()23436 function_tdecl_sptr other_ftdecl = o.as_function_tdecl(); in operator ==()23498 if (function_tdecl_sptr f = as_function_tdecl()) in traverse()
4580 as_function_tdecl() const in as_function_tdecl() function