Lines Matching refs:member

134      the member "chain" considered as an array.  */
285 /* (GC)-allocate a binding object with VALUE and TYPE member initialized. */
478 be two declarations of the same static data member:
482 A member shall not be declared twice in the
483 member-specification. */
979 tree member;
982 member = lookup_member (current_class_type,
987 member = NULL_TREE;
989 if (member && !TREE_STATIC (member))
992 warning (OPT_Wshadow, "declaration of %qD shadows a member of 'this'",
1042 from another scope, e.g. a static member variable. TEM may equal
1866 /* DECL is a FUNCTION_DECL for a non-member function, which may have
2017 /* Check a non-member using-declaration. Return the name and scope
2024 A using-declaration for a class member shall be a
2025 member-declaration. */
2052 This can only be using-declaration for class member. */
2648 parameter name in a member template. */
2655 /* Check for invalid member names. */
2671 -- every static data member of class T;
2673 -- every member of class T that is itself a type;
2675 -- every enumerator of every member of class T that is an
2678 -- every member of every anonymous union that is a member of
2687 /* A data member of an anonymous union. */
2814 error ("using-declaration for non-member at class scope");
2856 A using-declaration used as a member-declaration shall refer to a
2857 member of a base class of the class being defined.
3081 units if it is an anonymous namespace or member thereof. */
4387 /* If TYPE is a class member, the class of which it is a member is
4459 which any member templates used as template template arguments
4471 /* It's not a member template. */
4474 /* Otherwise, it must be member template. */
4567 /* Pointer to member: associate class type and value type. */
4663 member templates, the member template's class... */
4685 /* It must be a member template. */
4818 declaration of the member class into the class scope. In the
4881 of a static member variable. We allow this when
4944 class. But if it's a member template class, we want
4963 convenient way. (It's otherwise tricky to find a member