Lines Matching refs:XML_NODE_GET_ATTRIBUTE
1359 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(n, "id")) in walk_xml_node_to_map_type_ids()
1375 XML_NODE_GET_ATTRIBUTE(node, "address-size"); in read_translation_unit()
1382 xml::xml_char_sptr path_str = XML_NODE_GET_ATTRIBUTE(node, "path"); in read_translation_unit()
1387 XML_NODE_GET_ATTRIBUTE(node, "comp-dir-path"); in read_translation_unit()
1392 xml::xml_char_sptr language_str = XML_NODE_GET_ATTRIBUTE(node, "language"); in read_translation_unit()
1445 xml::xml_char_sptr path_str = XML_NODE_GET_ATTRIBUTE(node, "path"); in get_or_read_and_add_translation_unit()
1660 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(n, "name")) in build_needed()
1912 xml::xml_char_sptr path_str = XML_NODE_GET_ATTRIBUTE(node, "path"); in read_corpus_from_input()
1917 XML_NODE_GET_ATTRIBUTE(node, "architecture"); in read_corpus_from_input()
1923 XML_NODE_GET_ATTRIBUTE(node, "soname"); in read_corpus_from_input()
2252 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "visibility")) in read_visibility()
2281 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "binding")) in read_binding()
2309 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "access")) in read_access()
2352 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "size-in-bits")) in read_size_and_alignment()
2358 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "alignment-in-bits")) in read_size_and_alignment()
2378 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "static")) in read_static()
2397 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "layout-offset-in-bits")) in read_offset_in_bits()
2432 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "constructor")) in read_cdtor_const()
2443 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "destructor")) in read_cdtor_const()
2454 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "const")) in read_cdtor_const()
2479 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "is-declaration-only")) in read_is_declaration_only()
2503 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "is-artificial")) in read_is_artificial()
2529 XML_NODE_GET_ATTRIBUTE(node, "tracking-non-reachable-types")) in read_tracking_non_reachable_types()
2555 XML_NODE_GET_ATTRIBUTE(node, "is-non-reachable")) in read_is_non_reachable_type()
2578 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "is-virtual")) in read_is_virtual()
2601 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "is-struct")) in read_is_struct()
2624 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "is-anonymous")) in read_is_anonymous()
2643 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "type")) in read_elf_symbol_type()
2664 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "binding")) in read_elf_symbol_binding()
2686 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "visibility")) in read_elf_symbol_visibility()
2729 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in build_namespace_decl()
2775 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in build_elf_symbol()
2779 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "size")) in build_elf_symbol()
2783 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "is-defined")) in build_elf_symbol()
2794 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "is-common")) in build_elf_symbol()
2805 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "version")) in build_elf_symbol()
2809 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "is-default-version")) in build_elf_symbol()
2818 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "crc")) in build_elf_symbol()
2872 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "elf-symbol-id")) in build_elf_symbol_from_reference()
2957 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(x->first, "alias")) in build_elf_symbol_db()
3069 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in build_function_decl()
3073 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "mangled-name")) in build_function_decl()
3077 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "declared-inline")) in build_function_decl()
3211 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in function_is_suppressed()
3215 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "mangled-name")) in function_is_suppressed()
3240 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in type_is_suppressed()
3291 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in variable_is_suppressed()
3295 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "mangled-name")) in variable_is_suppressed()
3344 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in build_var_decl()
3348 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "type-id")) in build_var_decl()
3355 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "mangled-name")) in build_var_decl()
3412 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in build_type_decl()
3416 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_type_decl()
3421 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "size-in-bits")) in build_type_decl()
3425 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "alignment-in-bits")) in build_type_decl()
3492 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "type-id")) in build_qualified_type_decl()
3510 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE (node, "id")) in build_qualified_type_decl()
3514 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "const")) in build_qualified_type_decl()
3519 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "volatile")) in build_qualified_type_decl()
3524 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "restrict")) in build_qualified_type_decl()
3593 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "type-id")) in build_pointer_type_def()
3615 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_pointer_type_def()
3674 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "kind")) in build_reference_type_def()
3679 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "type-id")) in build_reference_type_def()
3701 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_reference_type_def()
3753 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_function_type()
3758 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "method-class-id")) in build_function_type()
3851 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_subrange_type()
3863 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in build_subrange_type()
3869 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "length")) in build_subrange_type()
3879 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "lower-bound")) in build_subrange_type()
3882 s = XML_NODE_GET_ATTRIBUTE(node, "upper-bound"); in build_subrange_type()
3891 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "type-id")) in build_subrange_type()
3963 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "dimensions")) in build_array_type_def()
3967 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "type-id")) in build_array_type_def()
3989 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "size-in-bits")) in build_array_type_def()
4002 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "alignment-in-bits")) in build_array_type_def()
4010 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_array_type_def()
4155 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in build_enum_type_decl()
4159 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "linkage-name")) in build_enum_type_decl()
4175 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_enum_type_decl()
4264 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_typedef_decl()
4269 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in build_typedef_decl()
4273 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "type-id")) in build_typedef_decl()
4386 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in build_class_decl()
4399 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_class_decl()
4423 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "naming-typedef-id")) in build_class_decl()
4492 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "def-of-decl-id")) in build_class_decl()
4570 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(n, "type-id")) in build_class_decl()
4619 xml_char_sptr i= XML_NODE_GET_ATTRIBUTE(p, "id"); in build_class_decl()
4691 XML_NODE_GET_ATTRIBUTE(n, "vtable-offset")) in build_class_decl()
4806 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in build_union_decl()
4819 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_union_decl()
4900 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "def-of-decl-id")) in build_union_decl()
4980 xml_char_sptr i= XML_NODE_GET_ATTRIBUTE(p, "id"); in build_union_decl()
5132 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_function_tdecl()
5199 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_class_tdecl()
5271 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_type_tparameter()
5277 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "type-id")) in build_type_tparameter()
5285 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in build_type_tparameter()
5392 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "type-id")) in build_non_type_tparameter()
5400 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in build_non_type_tparameter()
5439 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "id")) in build_template_tparameter()
5445 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "type-id")) in build_template_tparameter()
5454 if (xml_char_sptr s = XML_NODE_GET_ATTRIBUTE(node, "name")) in build_template_tparameter()