Lines Matching refs:IvarDecl
521 const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl(); in diagnoseMissingReleases() local
524 if (IvarDecl->getContainingInterface() != in diagnoseMissingReleases()
550 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases()
561 ImplDecl->FindPropertyImplIvarDecl(IvarDecl->getIdentifier()); in diagnoseMissingReleases()
568 OS << "The '" << *IvarDecl << "' ivar in '" << *ImplDecl in diagnoseMissingReleases()
624 const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl(); in findPropertyOnDeallocatingInstance() local
628 Container->FindPropertyImplIvarDecl(IvarDecl->getIdentifier()); in findPropertyOnDeallocatingInstance()
887 const ObjCIvarDecl *IvarDecl; in getDeallocReleaseRequirement() local
889 if (!isSynthesizedRetainableProperty(PropImpl, &IvarDecl, &PropDecl)) in getDeallocReleaseRequirement()
1071 const ObjCIvarDecl *IvarDecl = PropImpl->getPropertyIvarDecl(); in isNibLoadedIvarWithoutRetain() local
1072 if (!IvarDecl->hasAttr<IBOutletAttr>()) in isNibLoadedIvarWithoutRetain()
1076 IvarDecl->getASTContext().getTargetInfo().getTriple(); in isNibLoadedIvarWithoutRetain()