Lines Matching defs:self
996 // 'self' is always __strong. It's actually pseudo-strong except
1002 // In addition, 'self' is const unless this is an init method.
1010 // 'self' is always const in class methods.
1023 ImplicitParamDecl *self
1025 &Context.Idents.get("self"), selfTy);
1026 setSelfDecl(self);
1029 self->addAttr(NSConsumedAttr::CreateImplicit(Context));
1032 self->setARCPseudoStrong(true);