Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp75 (*ID) = I->getPropertyIvarDecl(); in isSynthesizedRetainableProperty()
236 << "must release '" << *PropImplRequiringRelease->getPropertyIvarDecl() in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
684 OS << "The '" << *PropImpl->getPropertyIvarDecl() in diagnoseExtraRelease()
740 OS << "'" << *PropImpl->getPropertyIvarDecl() in diagnoseMistakenDealloc()
949 ObjCIvarDecl *PropIvarDecl = Prop->getPropertyIvarDecl(); in getValueReleasedByNillingOut()
1040 assert(PropImpl->getPropertyIvarDecl()); in isReleasedByCIFilterDealloc()
1042 StringRef IvarName = PropImpl->getPropertyIvarDecl()->getName(); in isReleasedByCIFilterDealloc()
1051 PropImpl->getPropertyIvarDecl()->getContainingInterface(); in isReleasedByCIFilterDealloc()
1071 const ObjCIvarDecl *IvarDecl = PropImpl->getPropertyIvarDecl(); in isNibLoadedIvarWithoutRetain()
H A DDirectIvarAssignment.cpp98 ObjCIvarDecl *ID = PD->getPropertyIvarDecl(); in findPropertyBackingIvar()
H A DObjCUnusedIVarsChecker.cpp67 const ObjCIvarDecl *ID = D->getPropertyIvarDecl(); in Scan()
H A DIvarInvalidationChecker.cpp307 IvarD = Prop->getPropertyIvarDecl(); in findPropertyBackingIvar()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DBodyFarm.cpp745 const ObjCIvarDecl *IVar = Prop->getPropertyIvarDecl(); in findBackingIvar()
777 IVar = ShadowingProp->getPropertyIvarDecl(); in findBackingIvar()
799 IVar = Prop->getPropertyIvarDecl(); in createObjCPropertyGetter()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp176 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
H A DTransProperties.cpp113 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl(); in doTransform()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCMemberwiseInitializer.cpp88 if (const auto *ID = PD.getPropertyIvarDecl()) in MethodParameter()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexDecl.cpp545 if (ObjCIvarDecl *ID = D->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl()
567 if (ObjCIvarDecl *IvarD = D->getPropertyIvarDecl()) { in VisitObjCPropertyImplDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp924 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
1127 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1138 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1404 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCSetterBody()
3667 QualType Ty = PID->getPropertyIvarDecl()->getType(); in GenerateObjCAtomicSetterCopyHelperFunction()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp1601 if (PID->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl()
1602 Out << '=' << *PID->getPropertyIvarDecl(); in VisitObjCPropertyImplDecl()
H A DDeclObjC.cpp2177 if (PID->getPropertyIvarDecl() && in FindPropertyImplIvarDecl()
2178 PID->getPropertyIvarDecl()->getIdentifier() == ivarId) in FindPropertyImplIvarDecl()
H A DJSONNodeDumper.cpp1098 JOS.attribute("ivarDecl", createBareDeclRef(D->getPropertyIvarDecl())); in VisitObjCPropertyImplDecl()
H A DTextNodeDumper.cpp2363 dumpDeclRef(D->getPropertyIvarDecl()); in VisitObjCPropertyImplDecl()
H A DASTImporter.cpp5368 auto ToPropertyIvarDecl = importChecked(Err, D->getPropertyIvarDecl()); in VisitObjCPropertyDecl()
5400 if (Error Err = importInto(Ivar, D->getPropertyIvarDecl())) in VisitObjCPropertyImplDecl()
5444 Ivar != ToImpl->getPropertyIvarDecl()) { in VisitObjCPropertyImplDecl()
5448 << ToImpl->getPropertyIvarDecl()->getDeclName() in VisitObjCPropertyImplDecl()
5452 << D->getPropertyIvarDecl()->getDeclName(); in VisitObjCPropertyImplDecl()
H A DASTContext.cpp7805 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h920 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function
2826 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp922 if (const ObjCIvarDecl *PropIvar = PropDecl->getPropertyIvarDecl()) { in getExtraInvalidatedValues()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1851 (Property->getPropertyIvarDecl() == IV)) in IvarBacksCurrentMethodAccessor()
1860 (Property->getPropertyIvarDecl() == IV)) in IvarBacksCurrentMethodAccessor()
H A DSemaDeclObjC.cpp5279 if (ObjCIvarDecl *IV = PDecl->getPropertyIvarDecl()) { in GetIvarBackingPropertyAccessor()
H A DSemaChecking.cpp16251 !(property->getPropertyIvarDecl() && in findRetainCycleOwner()
16252 property->getPropertyIvarDecl()->getType() in findRetainCycleOwner()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp876 Record.AddDeclRef(D->getPropertyIvarDecl()); in VisitObjCPropertyDecl()
911 Record.AddDeclRef(D->getPropertyIvarDecl()); in VisitObjCPropertyImplDecl()
/llvm-project-15.0.7/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()
7033 if (!Prop->getPropertyIvarDecl()) in RewriteObjCClassMetaData()
7283 if (!Prop->getPropertyIvarDecl()) in RewriteObjCCategoryImplDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1226 if (ObjCIvarDecl *Ivar = PD->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl()