Home | History | Annotate | Download | only in Sema

Lines Matching defs:Access

190     // computed, which is either the type of the base of a member access
1176 // FIXME: Should check for private access too but access is set after we get
3039 // Inherit access appropriately.
3395 // That includes picking up the appropriate access specifier.
3564 // Any access specifier is fine.
6995 AccessSpecifier Access = AS_public;
6997 Access = NewFD->getPreviousDecl()->getAccess();
6999 NewFD->setAccess(Access);
7000 if (FunctionTemplate) FunctionTemplate->setAccess(Access);
7030 // Fake up an access specifier if it's supposed to be a class member.
7384 // For just setting the access, that doesn't matter.
10732 // Set the access specifier.
10742 // if so, borrow its access specifier.
10828 // purposes of access checking, the injected-class-name is treated
11382 // Get the visibility (access control) for this ivar.
11714 // Set access bits correctly on the directly-declared conversions.