Home
last modified time | relevance | path

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

/third_party/libabigail/src/
Dabg-reader.cc276 map_xml_node_to_decl(xmlNodePtr node, in map_xml_node_to_decl() function in abigail::abixml::reader
1549 map_xml_node_to_decl(n, get_type_declaration(t)); in build_or_get_type_decl()
1634 rdr.map_xml_node_to_decl(node, tu.get_global_scope()); in read_translation_unit()
3015 rdr.map_xml_node_to_decl(node, decl); in build_namespace_decl()
3742 rdr.map_xml_node_to_decl(node, decl); in build_type_decl()
3832 rdr.map_xml_node_to_decl(node, decl); in build_qualified_type_decl()
3901 rdr.map_xml_node_to_decl(node, t); in build_pointer_type_def()
3981 rdr.map_xml_node_to_decl(node, t); in build_reference_type_def()
4307 rdr.map_xml_node_to_decl(node, ar_type); in build_array_type_def()
4485 rdr.map_xml_node_to_decl(node, t); in build_enum_type_decl()
[all …]
/third_party/libabigail/
DChangeLog40089 map_xml_node_to_decl, get_decl_for_xml_node,