Lines Matching defs:PD
512 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(
514 return PD;
534 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(
536 GDecl = PD;
923 MSPropertyDecl *PD,
927 return new (S.Context) MSPropertyRefExpr(BaseExpr, PD, IsArrow,
1163 if (MSPropertyDecl *PD = dyn_cast<MSPropertyDecl>(MemberDecl)) {
1169 return BuildMSPropertyRefExpr(*this, BaseExpr, IsArrow, SS, PD,
1603 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(PMDecl)) {
1605 if (S.DiagnoseUseOfDecl(PD, MemberLoc))
1609 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue,