Lines Matching full:naming
247 /// The "effective" naming class is the canonical non-anonymous
248 /// class containing the actual naming class.
656 // If we ever reach the naming class, check the current path for in findFriendship()
658 // won't find the naming class there again. in findFriendship()
788 // non-static member function is a protected member of its naming in HasAccess()
807 // that the naming class has to be derived from the effective in HasAccess()
822 // same naming-class restriction here. in HasAccess()
863 // however, we should ignore whether the naming class is a friend, in HasAccess()
891 /// Finds the best path from the naming class to the declaring class,
1069 // naming class has to equal the context class. in TryDiagnoseProtectedAccess()
1339 // Determine the actual naming class. in IsAccessible()
1383 // class is accessible as a base of the naming class. This is in IsAccessible()
1914 assert(R.getNamingClass() && "performing access check without naming class"); in CheckLookupAccess()