Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1325 const NamedDecl *KeyProp = Key.getProperty(); in diagnoseRepeatedUseOfWeak() local
1326 if (isa<VarDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1328 else if (isa<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1330 else if (isa<ObjCMethodDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1332 else if (isa<ObjCIvarDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1339 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak()
1345 << int(ObjectKind) << KeyProp << int(FunctionKind) in diagnoseRepeatedUseOfWeak()