Lines Matching refs:member

81 // non-type member of a class, only non-type visibility restrictions
85 // 6. When computing the visibility of a type, including a type member
170 /// Does the given declaration have member specialization information,
175 if (const MemberSpecializationInfo *member =
177 return member->isExplicitSpecialization();
182 /// For templates, this question is easier: a member template can't be
184 /// or not this is an explicit member specialization.
435 // member thereof with explicit visibility.
443 // an explicit instantiation of a member of such a thing.
451 // This is the 'member thereof' check.
621 // A non-member function template can have internal linkage; any
628 // - a data member of an anonymous union.
849 // purposes of calculating linkage of pointer-to-data-member
880 // If this class member has an explicit visibility attribute, the only
985 // If this member is an explicit member specialization, and it has
1049 // If this is a member class of a specialization of a class template
1093 // If the function is a member of a specialization of a class template
1315 // In addition, a member function, static data member, a named
1866 // class member functions.
1915 // it declares a static data member in a class declaration [...].
1917 // An explicit specialization of a static data member or an explicit
1918 // specialization of a static data member template is a definition if the
1922 // a static data member template outside the containing class?
1955 // A variable template specialization (other than a static data member
2066 // If this static data member was instantiated from a static data member of
2067 // a class template, check whether that static data member was defined
2304 "not a variable or static data member template specialization");
3131 // member template (which happens with nested generic lambdas).
3134 // (i.e. instantiated-from-member-template) to use as an instantiation
3144 "even if instantiated from a prototype (i.e. as written) member "
3322 // If this function was instantiated from a member function of a
3323 // class template, check whether that member function was defined out-of-line.
3670 assert(MSI && "Not an instantiated member enumeration?");
3847 // We didn't find a named data member.