Home | History | Annotate | Download | only in Sema

Lines Matching defs:access

1357                          bool Virtual, AccessSpecifier Access,
1400 Access, TInfo, EllipsisLoc);
1474 Access, TInfo, EllipsisLoc);
1485 bool Virtual, AccessSpecifier Access,
1524 Virtual, Access, TInfo,
1809 /// ActOnAccessSpecifier - Parsed an access specifier followed by a colon.
1810 bool Sema::ActOnAccessSpecifier(AccessSpecifier Access,
1814 assert(Access != AS_none && "Invalid kind for syntactic access specifier!");
1815 AccessSpecDecl *ASDecl = AccessSpecDecl::Create(Context, Access, CurContext,
1925 /// declarator is parsed. 'AS' is the access specifier, 'BW' specifies the
2157 // template, set the access of the templated declaration as well.
2641 // We don't want access-control diagnostics here.
4017 // FIXME: all the access-control diagnostics are positioned on the
5146 AccessSpecifier access = target->getAccess();
5149 access = CXXRecordDecl::MergeAccess(base->getAccessSpecifier(), access);
5156 return S.isSpecialMemberAccessibleForDeletion(target, access, objectTy);
5450 // Do access control from the special member function
7223 // Warn about access declarations.
7323 // FIXME: but we might be increasing its access, in which case we
9271 // operator, the protected member access check will fail. So, we
9272 // rewrite "protected" access to "public" access in this case, since we
12364 // FIXME: this note won't trigger for delayed access control
12366 // here from access control during the original parse because