Searched refs:KeyProp (Results 1 – 1 of 1) sorted by relevance
1475 const NamedDecl *KeyProp = Key.getProperty(); in diagnoseRepeatedUseOfWeak() local1476 if (isa<VarDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()1478 else if (isa<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()1480 else if (isa<ObjCMethodDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()1482 else if (isa<ObjCIvarDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()1489 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()1495 << int(ObjectKind) << KeyProp << int(FunctionKind) in diagnoseRepeatedUseOfWeak()