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()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() local1072 if (!IvarDecl->hasAttr<IBOutletAttr>()) in isNibLoadedIvarWithoutRetain()[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()
837 Result += IvarDecl->getName(); in WriteInternalIvarName()3963 for (ObjCIvarDecl *IvarDecl : Ivars) { in RewriteIvarOffsetSymbols()3966 if (IvarDecl->isBitField()) { in RewriteIvarOffsetSymbols()3967 GroupNo = ObjCIvarBitfieldGroupNo(IvarDecl); in RewriteIvarOffsetSymbols()3981 if (IvarDecl->isBitField()) { in RewriteIvarOffsetSymbols()6739 ObjCIvarDecl *IvarDecl = Ivars[i]; in Write_IvarOffsetVar() local6793 ObjCIvarDecl *IvarDecl = Ivars[i]; in Write__ivar_list_t_initializer() local6809 Result += IvarDecl->getName(); in Write__ivar_list_t_initializer()6812 QualType IVQT = IvarDecl->getType(); in Write__ivar_list_t_initializer()6813 if (IvarDecl->isBitField()) in Write__ivar_list_t_initializer()[all …]