Home
last modified time | relevance | path

Searched refs:as_function_tdecl (Results 1 – 4 of 4) sorted by relevance

/external/libabigail/src/
Dabg-default-reporter.cc1173 << mem_fn_tmpl->as_function_tdecl()->get_pretty_representation() in report()
1194 << mem_fn_tmpl->as_function_tdecl()-> in report()
Dabg-writer.cc3511 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()
Dabg-ir.cc21180 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()
/external/libabigail/include/
Dabg-ir.h4580 as_function_tdecl() const in as_function_tdecl() function