Searched defs:simple_decl (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_util.c388 IDL_tree simple_decl = IDL_PARAM_DCL(param).simple_declarator; local
389 const char *current_name = IDL_IDENT(simple_decl).str;
413 IDL_tree simple_decl = IDL_PARAM_DCL(param).simple_declarator; local
414 const char *param_name = IDL_IDENT(simple_decl).str;
432 referred_name = IDL_tree_property_get(simple_decl, attr_name);
557 IDL_tree simple_decl = local
559 const char *param_name = IDL_IDENT(simple_decl).str;
569 IDL_tree_property_get(simple_decl, "iid_is") == NULL &&
606 if (IDL_tree_property_get(simple_decl, "retval") != NULL) {
631 if (IDL_tree_property_get(simple_decl, "share
[all...]

Completed in 313 milliseconds