Lines Matching defs:access
1353 bool Virtual, AccessSpecifier Access,
1396 Access, TInfo, EllipsisLoc);
1470 Access, TInfo, EllipsisLoc);
1481 bool Virtual, AccessSpecifier Access,
1520 Virtual, Access, TInfo,
1857 /// ActOnAccessSpecifier - Parsed an access specifier followed by a colon.
1858 bool Sema::ActOnAccessSpecifier(AccessSpecifier Access,
1862 assert(Access != AS_none && "Invalid kind for syntactic access specifier!");
1863 AccessSpecDecl *ASDecl = AccessSpecDecl::Create(Context, Access, CurContext,
1997 /// declarator is parsed. 'AS' is the access specifier, 'BW' specifies the
2227 // template, set the access of the templated declaration as well.
2918 // We don't want access-control diagnostics here.
4305 // FIXME: all the access-control diagnostics are positioned on the
5520 AccessSpecifier access = target->getAccess();
5523 access = CXXRecordDecl::MergeAccess(base->getAccessSpecifier(), access);
5530 return S.isSpecialMemberAccessibleForDeletion(target, access, objectTy);
5824 // Do access control from the special member function
7686 // Warn about access declarations.
7786 // FIXME: but we might be increasing its access, in which case we
8226 // Suppress access diagnostics; the access check is instead performed at the
9807 // operator, the protected member access check will fail. So, we
9808 // rewrite "protected" access to "public" access in this case, since we
13020 // FIXME: this note won't trigger for delayed access control
13022 // here from access control during the original parse because