Home
last modified time | relevance | path

Searched refs:KeyProp (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1467 const NamedDecl *KeyProp = Key.getProperty(); in diagnoseRepeatedUseOfWeak() local
1468 if (isa<VarDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1470 else if (isa<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1472 else if (isa<ObjCMethodDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1474 else if (isa<ObjCIvarDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1481 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1487 << int(ObjectKind) << KeyProp << int(FunctionKind) in diagnoseRepeatedUseOfWeak()