Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclAttr.cpp5234 const ObjCPropertyDecl *ObjCPropery) { in DoEmitDeprecationWarning() argument
5241 if (ObjCPropery) in DoEmitDeprecationWarning()
5242 S.Diag(ObjCPropery->getLocation(), diag::note_property_attribute) in DoEmitDeprecationWarning()
5243 << ObjCPropery->getDeclName() << 0; in DoEmitDeprecationWarning()
5249 if (ObjCPropery) in DoEmitDeprecationWarning()
5250 S.Diag(ObjCPropery->getLocation(), diag::note_property_attribute) in DoEmitDeprecationWarning()
5251 << ObjCPropery->getDeclName() << 0; in DoEmitDeprecationWarning()