Home
last modified time | relevance | path

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

/third_party/libabigail/src/
Dabg-default-reporter.cc1170 << mem_fn_tmpl->as_function_tdecl()->get_pretty_representation() in report()
1191 << mem_fn_tmpl->as_function_tdecl()-> in report()
Dabg-writer.cc3889 write_function_tdecl((*fn)->as_function_tdecl(), ctxt, in write_class_decl()
4044 write_function_tdecl((*fn)->as_function_tdecl(), ctxt, in write_union_decl()
Dabg-ir.cc21734 decl_base* c = m->as_function_tdecl()->get_scope(); in add_member_function_template()
21739 scope_decl::add_member_decl(m->as_function_tdecl()); in add_member_function_template()
24024 if (function_tdecl_sptr ftdecl = as_function_tdecl()) in operator ==()
24026 function_tdecl_sptr other_ftdecl = o.as_function_tdecl(); in operator ==()
24088 if (function_tdecl_sptr f = as_function_tdecl()) in traverse()
/third_party/libabigail/include/
Dabg-ir.h4587 as_function_tdecl() const in as_function_tdecl() function