Searched refs:IvarDecl (Results 1 – 4 of 4) sorted by relevance
521 const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl(); in diagnoseMissingReleases() local524 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() local628 Container->FindPropertyImplIvarDecl(IvarDecl->getIdentifier()); in findPropertyOnDeallocatingInstance()887 const ObjCIvarDecl *IvarDecl; in getDeallocReleaseRequirement() local889 if (!isSynthesizedRetainableProperty(PropImpl, &IvarDecl, &PropDecl)) in getDeallocReleaseRequirement()1071 const ObjCIvarDecl *IvarDecl = PropImpl->getPropertyIvarDecl(); in isNibLoadedIvarWithoutRetain() local[all …]
199 const ObjCIvarDecl *IvarDecl,345 const ObjCIvarDecl *IvarDecl, in printIvar() argument347 if (IvarDecl->getSynthesize()) { in printIvar()348 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); in printIvar()352 os << "Instance variable "<< IvarDecl->getName() << " "; in printIvar()
399 for (const auto *IvarDecl : ID->ivars()) { in checkSelfIvarsForInvariantViolation() local400 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation()401 if (checkValueAtLValForInvariantViolation(State, LV, IvarDecl->getType())) { in checkSelfIvarsForInvariantViolation()
832 ObjCIvarDecl *IvarDecl, std::string &Result) { in WriteInternalIvarName() argument836 Result += IvarDecl->getName(); in WriteInternalIvarName()3973 for (ObjCIvarDecl *IvarDecl : Ivars) { in RewriteIvarOffsetSymbols()3974 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols()3976 if (IvarDecl->isBitField()) { in RewriteIvarOffsetSymbols()3977 GroupNo = ObjCIvarBitfieldGroupNo(IvarDecl); in RewriteIvarOffsetSymbols()3986 IvarDecl->getAccessControl() != ObjCIvarDecl::Private && in RewriteIvarOffsetSymbols()3987 IvarDecl->getAccessControl() != ObjCIvarDecl::Package) in RewriteIvarOffsetSymbols()3991 if (IvarDecl->isBitField()) { in RewriteIvarOffsetSymbols()3992 ObjCIvarBitfieldGroupOffset(IvarDecl, Result); in RewriteIvarOffsetSymbols()[all …]