Lines Matching defs:PD
511 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(
513 return PD;
533 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(
535 GDecl = PD;
922 MSPropertyDecl *PD,
926 return new (S.Context) MSPropertyRefExpr(BaseExpr, PD, IsArrow,
1141 if (MSPropertyDecl *PD = dyn_cast<MSPropertyDecl>(MemberDecl))
1142 return BuildMSPropertyRefExpr(*this, BaseExpr, IsArrow, SS, PD,
1559 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(PMDecl)) {
1561 if (S.DiagnoseUseOfDecl(PD, MemberLoc))
1565 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue,