Searched refs:write_location (Results 1 – 2 of 2) sorted by relevance
/external/libabigail/src/ |
D | abg-writer.cc | 835 static void write_location(const location&, write_context&); 836 static void write_location(const decl_base_sptr&, write_context&); 1224 write_location(const location& loc, write_context& ctxt) in write_location() function 1255 write_location(const decl_base_sptr& decl, in write_location() function 1265 write_location(loc, ctxt); in write_location() 2468 write_location(d, ctxt); in write_type_decl() 2577 write_location(static_pointer_cast<decl_base>(decl), ctxt); in write_qualified_type_def() 2658 write_location(static_pointer_cast<decl_base>(decl), ctxt); in write_pointer_type_def() 2739 write_location(static_pointer_cast<decl_base>(decl), ctxt); in write_reference_type_def() 2820 write_location(decl->get_location(), ctxt); in write_array_subrange_type() [all …]
|
/external/libabigail/ |
D | ChangeLog | 5730 (write_location, write_translation_unit, write_corpus): Honour the 9150 (write_location): Take a write_context, rather than an output 9163 of write_location. 11143 (write_location, write_visibility, write_binding) 17074 * src/abg-writer.cc (write_location): Sanitize the filepath with 17503 * src/abg-writer.cc (write_location): Take a reference to 34778 (write_enum_type_decl): Simplify call to write_location. 35434 * src/abg-writer.cc (write_location): New overload to write a 35503 (write_to_ostream, write_corpus, write_location, write_decl) 35539 * src/abg-writer.cc (write_location): Rename write_decl_location [all …]
|