Lines Matching defs:SelfDecl
1430 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl();
1432 DeclRefExpr(Context, SelfDecl, false, SelfDecl->getType(), VK_LValue,
1436 Context, SelfDecl->getType(), CK_LValueToRValue, SelfExpr, nullptr,
1440 Ivar->getUsageType(SelfDecl->getType()),
1492 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl();
1494 DeclRefExpr(Context, SelfDecl, false, SelfDecl->getType(), VK_LValue,
1498 Context, SelfDecl->getType(), CK_LValueToRValue, SelfExpr, nullptr,
1502 Ivar->getUsageType(SelfDecl->getType()),