Home
last modified time | relevance | path

Searched refs:getPropertyIvarDecl (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp76 (*ID) = I->getPropertyIvarDecl(); in isSynthesizedRetainableProperty()
242 << "must release '" << *PropImplRequiringRelease->getPropertyIvarDecl() in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
290 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
692 OS << "The '" << *PropImpl->getPropertyIvarDecl() in diagnoseExtraRelease()
748 OS << "'" << *PropImpl->getPropertyIvarDecl() in diagnoseMistakenDealloc()
940 ObjCIvarDecl *PropIvarDecl = Prop->getPropertyIvarDecl(); in getValueReleasedByNillingOut()
1031 assert(PropImpl->getPropertyIvarDecl()); in isReleasedByCIFilterDealloc()
1033 StringRef IvarName = PropImpl->getPropertyIvarDecl()->getName(); in isReleasedByCIFilterDealloc()
1042 PropImpl->getPropertyIvarDecl()->getContainingInterface(); in isReleasedByCIFilterDealloc()
1062 const ObjCIvarDecl *IvarDecl = PropImpl->getPropertyIvarDecl(); in isNibLoadedIvarWithoutRetain()
H A DObjCUnusedIVarsChecker.cpp66 const ObjCIvarDecl *ID = D->getPropertyIvarDecl(); in Scan()
H A DDirectIvarAssignment.cpp98 ObjCIvarDecl *ID = PD->getPropertyIvarDecl(); in findPropertyBackingIvar()
H A DIvarInvalidationChecker.cpp307 IvarD = Prop->getPropertyIvarDecl(); in findPropertyBackingIvar()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp747 const ObjCIvarDecl *IVar = Prop->getPropertyIvarDecl(); in findBackingIvar()
779 IVar = ShadowingProp->getPropertyIvarDecl(); in findBackingIvar()
801 IVar = Prop->getPropertyIvarDecl(); in createObjCPropertyGetter()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp176 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
H A DTransProperties.cpp113 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl(); in doTransform()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp545 if (ObjCIvarDecl *ID = D->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl()
567 if (ObjCIvarDecl *IvarD = D->getPropertyIvarDecl()) { in VisitObjCPropertyImplDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp923 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
1136 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1145 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1161 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1431 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCSetterBody()
3695 QualType Ty = PID->getPropertyIvarDecl()->getType(); in GenerateObjCAtomicSetterCopyHelperFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1744 if (PID->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl()
1745 Out << '=' << *PID->getPropertyIvarDecl(); in VisitObjCPropertyImplDecl()
H A DDeclObjC.cpp2249 if (PID->getPropertyIvarDecl() && in FindPropertyImplIvarDecl()
2250 PID->getPropertyIvarDecl()->getIdentifier() == ivarId) in FindPropertyImplIvarDecl()
H A DJSONNodeDumper.cpp1192 JOS.attribute("ivarDecl", createBareDeclRef(D->getPropertyIvarDecl())); in VisitObjCPropertyImplDecl()
H A DTextNodeDumper.cpp2597 dumpDeclRef(D->getPropertyIvarDecl()); in VisitObjCPropertyImplDecl()
H A DASTImporter.cpp5712 auto ToPropertyIvarDecl = importChecked(Err, D->getPropertyIvarDecl()); in VisitObjCPropertyDecl()
5744 if (Error Err = importInto(Ivar, D->getPropertyIvarDecl())) in VisitObjCPropertyImplDecl()
5788 Ivar != ToImpl->getPropertyIvarDecl()) { in VisitObjCPropertyImplDecl()
5792 << ToImpl->getPropertyIvarDecl()->getDeclName() in VisitObjCPropertyImplDecl()
5796 << D->getPropertyIvarDecl()->getDeclName(); in VisitObjCPropertyImplDecl()
H A DASTContext.cpp7921 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h920 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function
2875 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp986 if (const ObjCIvarDecl *PropIvar = PropDecl->getPropertyIvarDecl()) { in getExtraInvalidatedValues()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1849 (Property->getPropertyIvarDecl() == IV)) in IvarBacksCurrentMethodAccessor()
1858 (Property->getPropertyIvarDecl() == IV)) in IvarBacksCurrentMethodAccessor()
H A DSemaDeclObjC.cpp5291 if (ObjCIvarDecl *IV = PDecl->getPropertyIvarDecl()) { in GetIvarBackingPropertyAccessor()
H A DSemaChecking.cpp18327 !(property->getPropertyIvarDecl() && in findRetainCycleOwner()
18328 property->getPropertyIvarDecl()->getType() in findRetainCycleOwner()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp949 Record.AddDeclRef(D->getPropertyIvarDecl()); in VisitObjCPropertyDecl()
984 Record.AddDeclRef(D->getPropertyIvarDecl()); in VisitObjCPropertyImplDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp786 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl()
5357 if (!Prop->getPropertyIvarDecl()) in RewriteObjCClassMetaData()
5635 if (!Prop->getPropertyIvarDecl()) in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp941 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl()
7032 if (!Prop->getPropertyIvarDecl()) in RewriteObjCClassMetaData()
7282 if (!Prop->getPropertyIvarDecl()) in RewriteObjCCategoryImplDecl()