Home
last modified time | relevance | path

Searched refs:IvarDecl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp521 const ObjCIvarDecl *IvarDecl = IvarRegion->getDecl(); in diagnoseMissingReleases() local
524 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() 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()
[all …]
H A DIvarInvalidationChecker.cpp199 const ObjCIvarDecl *IvarDecl,
345 const ObjCIvarDecl *IvarDecl, in printIvar() argument
347 if (IvarDecl->getSynthesize()) { in printIvar()
348 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); in printIvar()
352 os << "Instance variable "<< IvarDecl->getName() << " "; in printIvar()
H A DNullabilityChecker.cpp399 for (const auto *IvarDecl : ID->ivars()) { in checkSelfIvarsForInvariantViolation() local
400 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation()
401 if (checkValueAtLValForInvariantViolation(State, LV, IvarDecl->getType())) { in checkSelfIvarsForInvariantViolation()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp837 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() local
6793 ObjCIvarDecl *IvarDecl = Ivars[i]; in Write__ivar_list_t_initializer() local
6809 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 …]