Lines Matching defs:SelfDecl
1432 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl();
1434 DeclRefExpr(Context, SelfDecl, false, SelfDecl->getType(), VK_LValue,
1438 Context, SelfDecl->getType(), CK_LValueToRValue, SelfExpr, nullptr,
1442 Ivar->getUsageType(SelfDecl->getType()),
1494 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl();
1496 DeclRefExpr(Context, SelfDecl, false, SelfDecl->getType(), VK_LValue,
1500 Context, SelfDecl->getType(), CK_LValueToRValue, SelfExpr, nullptr,
1504 Ivar->getUsageType(SelfDecl->getType()),