Lines Matching refs:union_decl
4576 /// Build a @ref union_decl from its XML node if it is not suppressed
4585 /// union_decl to the current context or not.
4587 /// @return true iff the @ref union_decl was built.
5027 /// Build a union_decl from a 'union-decl' xml node.
5031 /// @param node the xml node to build the union_decl from.
5037 /// @return a pointer to union_decl upon successful completion, a null
5051 union_decl_sptr result = dynamic_pointer_cast<union_decl>(d);
5076 union_decl::member_types mbrs;
5077 union_decl::data_members data_mbrs;
5078 union_decl::member_functions mbr_functions;
5136 decl.reset(new union_decl(env, name));
5138 decl.reset(new union_decl(env, name,
6034 /// @return the resulting @ref union_decl built from the XML element