Searched refs:KeyProp (Results 1 – 1 of 1) sorted by relevance
1635 const NamedDecl *KeyProp = Key.getProperty(); in diagnoseRepeatedUseOfWeak() local1636 if (isa<VarDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()1638 else if (isa<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()1640 else if (isa<ObjCMethodDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()1642 else if (isa<ObjCIvarDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()1649 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()1655 << int(ObjectKind) << KeyProp << int(FunctionKind) in diagnoseRepeatedUseOfWeak()