Searched refs:PropImpl (Results 1 – 3 of 3) sorted by relevance
560 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local627 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local629 return PropImpl; in findPropertyOnDeallocatingInstance()643 const ObjCPropertyImplDecl *PropImpl = in diagnoseExtraRelease() local646 if (!PropImpl) in diagnoseExtraRelease()667 PropDecl = PropImpl->getPropertyDecl(); in diagnoseExtraRelease()680 isReleasedByCIFilterDealloc(PropImpl) in diagnoseExtraRelease()688 if (isReleasedByCIFilterDealloc(PropImpl)) { in diagnoseExtraRelease()723 const ObjCPropertyImplDecl *PropImpl = in diagnoseMistakenDealloc() local725 if (!PropImpl) in diagnoseMistakenDealloc()[all …]
3993 for (auto PropImpl : OID->property_impls()) { in ActOnAtEnd() local3994 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()3997 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()
4788 if (const ObjCPropertyImplDecl *PropImpl = in getDeclSpelling() local4790 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in getDeclSpelling()6525 if (const ObjCPropertyImplDecl *PropImpl = in clang_getCursorReferenced() local6527 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in clang_getCursorReferenced()