Home
last modified time | relevance | path

Searched refs:write_class_decl (Results 1 – 2 of 2) sorted by relevance

/external/libabigail/src/
Dabg-writer.cc895 static bool write_class_decl(const class_decl_sptr&,
1882 || write_class_decl(is_class_type(type), ctxt, indent) in write_type()
1931 || write_class_decl(is_class_type(decl), ctxt, indent) in write_decl()
3593 write_class_decl(const class_decl_sptr& d, in write_class_decl() function
3793 write_class_decl(const class_decl_sptr& decl, in write_class_decl() function
3796 {return write_class_decl(decl, "", ctxt, indent);} in write_class_decl()
4012 || write_class_decl(dynamic_pointer_cast<class_decl>(t), in write_member_type()
4310 write_class_decl(decl->get_pattern(), ctxt, in write_class_tdecl()
/external/libabigail/
DChangeLog103 * src/abg-writer.cc (write_class_decl, write_union_decl): Get the
1166 (write_class_decl): Ensure optional annotations of base
1441 (write_class_decl): Emit new line after end of XML tag and
13613 p (write_class_decl_opening_tag, write_class_decl): Adjust. Call
13879 (write_class_decl_opening_tag, write_class_decl): Cleanup
16686 * src/abg-writer.cc (write_class_decl): Add a comment.
18022 (write_class_decl): Indent.
18148 (write_class_decl): ... here. Now, keep track also of
18302 (write_class_decl): Record referenced types, and, allow only
18695 (write_type_decl, write_enum_type_decl, write_class_decl): Write
[all …]