Home
last modified time | relevance | path

Searched refs:IDL_get_parent_node (Results 1 – 12 of 12) sorted by relevance

/dports/devel/ORBit2/ORBit2-2.14.19/src/idl-compiler/
H A Dorbit-idl-utils.c378 IDL_tree_traverse_helper (IDL_get_parent_node in IDL_tree_traverse_helper()
398 p = IDL_get_parent_node (p, IDLN_INTERFACE, NULL); in IDL_tree_traverse_parents_full()
628 …return orbit_cbe_type_is_fixed_length(IDL_TYPE_DCL(IDL_get_parent_node(ts, IDLN_TYPE_DCL, NULL)).t… in orbit_cbe_type_is_fixed_length()
687 return orbit_cbe_get_typespec(IDL_get_parent_node(node, IDLN_ANY, NULL)); in orbit_cbe_get_typespec()
H A Dorbit-idl-c-skelimpl.c269 curitem = IDL_get_parent_node(ski->tree, IDLN_INTERFACE, &level); in cbe_ski_do_op_dcl()
343 intf = IDL_get_parent_node(ski->tree, IDLN_INTERFACE, NULL); in cbe_ski_do_inherited_op_dcl()
352 curitem = IDL_get_parent_node(ski->tree, IDLN_INTERFACE, &level); in cbe_ski_do_inherited_op_dcl()
H A Dorbit-idl-c-stubs.c21 IDL_get_parent_node (tree, IDLN_INTERFACE, NULL) in cs_output_stub()
H A Dorbit-idl-c-utils.c304 IDL_get_parent_node (op, IDLN_INTERFACE, NULL)).ident), "_", 0); in orbit_cbe_op_write_proto()
H A Dorbit-idl-c-common.c535 intf = IDL_get_parent_node (tree, IDLN_INTERFACE, NULL); in cc_output_skel()
H A Dorbit-idl-c-typecode.c828 IDL_get_parent_node (node, IDLN_TYPE_DCL, NULL)).type_spec; in orbit_find_c_align()
/dports/devel/ORBit2/ORBit2-2.14.19/src/services/imodule/
H A Dorbit-imodule-utils.c394 IDL_get_parent_node (tree, IDLN_ANY, NULL)); in ORBit_imodule_get_typespec()
486 IDL_get_parent_node ( in ORBit_imodule_find_c_align()
880 IDL_TYPE_DCL (IDL_get_parent_node ( in ORBit_imodule_type_is_fixed_length()
919 IDL_get_parent_node (IDL_LIST (curitem).data, IDLN_INTERFACE, NULL), in ORBit_imodule_traverse_helper()
936 tree = IDL_get_parent_node (tree, IDLN_INTERFACE, NULL); in ORBit_imodule_traverse_parents()
/dports/devel/libIDL/libIDL-0.8.14/
H A DlibIDL.def23 IDL_get_parent_node
H A DChangeLog5696 - Create IDL_get_parent_node and modify IDL_ns_ident_to_qstring.
5698 IDL_get_parent_node can take an optional pointer, which will
5702 IDL_get_parent_node. Using zero fully qualifies the name (i.e.
5705 Now, using the returned scope_levels from IDL_get_parent_node,
H A Dutil.c1465 IDL_tree IDL_get_parent_node (IDL_tree p, IDL_tree_type type, int *levels) in IDL_get_parent_node() function
/dports/devel/libIDL/libIDL-0.8.14/include/libIDL/
H A DIDL.h754 extern IDL_tree IDL_get_parent_node (IDL_tree p,
H A DIDL.h.in754 extern IDL_tree IDL_get_parent_node (IDL_tree p,