Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1452 const NamedDecl *KeyProp = Key.getProperty(); in diagnoseRepeatedUseOfWeak() local
1453 if (isa<VarDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1455 else if (isa<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1457 else if (isa<ObjCMethodDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1459 else if (isa<ObjCIvarDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1466 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1472 << int(ObjectKind) << KeyProp << int(FunctionKind) in diagnoseRepeatedUseOfWeak()