Lines Matching defs:access
1199 /// properties like access rights (if the parent is a class_decl),
2461 /// allows users to access the value as signed or unsigned as they
3732 /// functions. Its purpose is mainly to carry the access specifier
3753 /// Getter for the access specifier of this member.
3755 /// @return the access specifier for this member.
3760 /// Setter for the access specifier of this member.
3762 /// @param a the new access specifier.
4441 access_specifier access,
4443 : context_rel(s, access, is_static),
4567 access_specifier access, bool is_static,
4571 member_base(access, is_static), is_constructor_(is_constructor),
4621 access_specifier access, bool is_static)
4624 member_base(access, is_static),