D | abg-writer.cc | 206 class write_context class 235 write_context(); 244 write_context(const environment& env, ostream& os) in write_context() function in abigail::xml_writer::write_context 847 static void write_location(const location&, write_context&); 848 static void write_location(const decl_base_sptr&, write_context&); 872 static void write_naming_typedef(const decl_base_sptr&, write_context&); 873 static bool write_decl(const decl_base_sptr&, write_context&, unsigned); 875 write_context&, unsigned); 876 static bool write_type_decl(const type_decl_sptr&, write_context&, unsigned); 878 write_context&, unsigned); [all …]
|