Home | History | Annotate | Download | only in Checkers

Lines Matching defs:PD

100 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD,
104 ObjCIvarDecl *ID = PD->getPropertyIvarDecl();
111 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx));
116 IdentifierInfo *PropIdent = PD->getIdentifier();
133 ObjCPropertyDecl *PD = *I;
136 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterD,
143 IvarToPropMap[ID] = PD;
193 const ObjCPropertyDecl *PD = I->second;
198 if (isAnnotatedToAllowDirectAssignment(PD) ||
203 InterfD->getInstanceMethod(PD->getGetterName());
205 InterfD->getInstanceMethod(PD->getSetterName());