Lines Matching refs:union_decl
3885 /// The base type of @ref class_decl and @ref union_decl
4340 class union_decl : public class_or_union
4343 union_decl();
4347 union_decl(const environment& env, const string& name,
4352 union_decl(const environment& env, const string& name,
4358 union_decl(const environment& env, const string& name,
4362 union_decl(const environment& env, const string& name,
4366 union_decl(const environment& env, const string& name,
4380 operator==(const union_decl&) const;
4385 virtual ~union_decl();
4386 }; // union_decl
4389 equals(const union_decl&, const union_decl&, change_kind*);
4879 virtual bool visit_begin(union_decl*);
4880 virtual bool visit_end(union_decl*);