Lines Matching defs:member_base
3735 class member_base
3743 member_base();
3749 member_base(access_specifier a, bool is_static = false)
3780 operator==(const member_base& o) const;
3781 };// end class member_base
4281 class class_decl::base_spec : public member_base,
4316 operator==(const member_base&) const;
4553 class member_function_template : public member_base, public virtual decl_base
4571 member_base(access, is_static), is_constructor_(is_constructor),
4591 operator==(const member_base& o) const;
4607 : public member_base,
4624 member_base(access, is_static),
4636 operator==(const member_base& o) const;
4738 /// The hashing functor for member_base.
4739 struct member_base::hash
4742 operator()(const member_base& m) const;