Lines Matching defs:access

4933 /// extremely frequently and thus, their access to the definition of
5002 /// For instance, access specifiers are part of the
5037 // a class or a struct, and the access specifiers of its
5052 // restore the access specifiers.
5498 /// Gets the access specifier for a class member.
5504 /// @return the access specifier for the class member @p d.
5516 /// Gets the access specifier for a class member.
5522 /// @return the access specifier for the class member @p d.
5527 /// Sets the access specifier for a class member.
5529 /// @param d the class member to set the access specifier for. Note
5533 /// @param a the new access specifier to set the class member to.
5546 /// Sets the access specifier for a class member.
5548 /// @param d the class member to set the access specifier for. Note
5552 /// @param a the new access specifier to set the class member to.
7777 /// @param a the access specifier for the member type to be created.
7878 // Do not access i after this point as it's invalided by the
21452 /// @param access the access specifier for the data member.
21463 class_or_union::add_data_member(var_decl_sptr v, access_specifier access,
21473 set_member_access_specifier(v, access);
21604 /// @param a the access specifier to use for the new member function.
22732 /// @param a the access specifier of the base class.
22824 /// @param a the access specifier of the base class.
23244 /// @param access the access specifier for the member function to add.
24190 /// @param o the output stream to serialize the access specifier to.
24192 /// @param a the access specifier to serialize.