Home | History | Annotate | Download | only in Sema

Lines Matching defs:Access

297     // computed, which is either the type of the base of a member access
1334 // FIXME: Should check for private access too but access is set after we get
3592 // Inherit access appropriately.
4049 // That includes picking up the appropriate access specifier.
4248 // Any access specifier is fine.
8076 AccessSpecifier Access = AS_public;
8078 Access = NewFD->getPreviousDecl()->getAccess();
8080 NewFD->setAccess(Access);
8081 if (FunctionTemplate) FunctionTemplate->setAccess(Access);
8112 // Fake up an access specifier if it's supposed to be a class member.
12360 // as the original, and ignore the current access specifier.
12615 // Set the access specifier.
12625 // if so, borrow its access specifier.
12707 // purposes of access checking, the injected-class-name is treated
13287 // Get the visibility (access control) for this ivar.
13622 // Set access bits correctly on the directly-declared conversions.