Lines Matching refs:IvarDecl
522 const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl(); in diagnoseMissingReleases() local
525 if (IvarDecl->getContainingInterface() != in diagnoseMissingReleases()
551 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases()
562 ImplDecl->FindPropertyImplIvarDecl(IvarDecl->getIdentifier()); in diagnoseMissingReleases()
569 OS << "The '" << *IvarDecl << "' ivar in '" << *ImplDecl in diagnoseMissingReleases()
625 const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl(); in findPropertyOnDeallocatingInstance() local
629 Container->FindPropertyImplIvarDecl(IvarDecl->getIdentifier()); in findPropertyOnDeallocatingInstance()
888 const ObjCIvarDecl *IvarDecl; in getDeallocReleaseRequirement() local
890 if (!isSynthesizedRetainableProperty(PropImpl, &IvarDecl, &PropDecl)) in getDeallocReleaseRequirement()
1072 const ObjCIvarDecl *IvarDecl = PropImpl->getPropertyIvarDecl(); in isNibLoadedIvarWithoutRetain() local
1073 if (!IvarDecl->hasAttr<IBOutletAttr>()) in isNibLoadedIvarWithoutRetain()
1077 IvarDecl->getASTContext().getTargetInfo().getTriple(); in isNibLoadedIvarWithoutRetain()