Searched refs:write_location (Results 1 – 2 of 2) sorted by relevance
/external/libabigail/src/ |
D | abg-writer.cc | 754 static void write_location(const location&, write_context&); 755 static void write_location(const decl_base_sptr&, write_context&); 1141 write_location(const location& loc, write_context& ctxt) in write_location() function 1172 write_location(const decl_base_sptr& decl, in write_location() function 1182 write_location(loc, ctxt); in write_location() 2408 write_location(d, ctxt); in write_type_decl() 2508 write_location(static_pointer_cast<decl_base>(decl), ctxt); in write_qualified_type_def() 2565 write_location(static_pointer_cast<decl_base>(decl), ctxt); in write_pointer_type_def() 2619 write_location(static_pointer_cast<decl_base>(decl), ctxt); in write_reference_type_def() 2685 write_location(decl->get_location(), ctxt); in write_array_subrange_type() [all …]
|
/external/libabigail/ |
D | ChangeLog | 1098 * src/abg-writer.cc (write_location): Don't serialize artificial 9282 (write_location, write_translation_unit, write_corpus): Honour the 12702 (write_location): Take a write_context, rather than an output 12715 of write_location. 14695 (write_location, write_visibility, write_binding) 20626 * src/abg-writer.cc (write_location): Sanitize the filepath with 21055 * src/abg-writer.cc (write_location): Take a reference to 38330 (write_enum_type_decl): Simplify call to write_location. 38986 * src/abg-writer.cc (write_location): New overload to write a 39055 (write_to_ostream, write_corpus, write_location, write_decl) [all …]
|