| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCDealloc.cpp | 75 (*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 D | DirectIvarAssignment.cpp | 98 ObjCIvarDecl *ID = PD->getPropertyIvarDecl(); in findPropertyBackingIvar()
|
| H A D | ObjCUnusedIVarsChecker.cpp | 67 const ObjCIvarDecl *ID = D->getPropertyIvarDecl(); in Scan()
|
| H A D | IvarInvalidationChecker.cpp | 307 IvarD = Prop->getPropertyIvarDecl(); in findPropertyBackingIvar()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 745 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 D | TransZeroOutPropsInDealloc.cpp | 176 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
|
| H A D | TransProperties.cpp | 113 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl(); in doTransform()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | ObjCMemberwiseInitializer.cpp | 88 if (const auto *ID = PD.getPropertyIvarDecl()) in MethodParameter()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 545 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 D | CGObjC.cpp | 924 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 D | DeclPrinter.cpp | 1601 if (PID->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl() 1602 Out << '=' << *PID->getPropertyIvarDecl(); in VisitObjCPropertyImplDecl()
|
| H A D | DeclObjC.cpp | 2177 if (PID->getPropertyIvarDecl() && in FindPropertyImplIvarDecl() 2178 PID->getPropertyIvarDecl()->getIdentifier() == ivarId) in FindPropertyImplIvarDecl()
|
| H A D | JSONNodeDumper.cpp | 1098 JOS.attribute("ivarDecl", createBareDeclRef(D->getPropertyIvarDecl())); in VisitObjCPropertyImplDecl()
|
| H A D | TextNodeDumper.cpp | 2363 dumpDeclRef(D->getPropertyIvarDecl()); in VisitObjCPropertyImplDecl()
|
| H A D | ASTImporter.cpp | 5368 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 D | ASTContext.cpp | 7805 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 920 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function 2826 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 922 if (const ObjCIvarDecl *PropIvar = PropDecl->getPropertyIvarDecl()) { in getExtraInvalidatedValues()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1851 (Property->getPropertyIvarDecl() == IV)) in IvarBacksCurrentMethodAccessor() 1860 (Property->getPropertyIvarDecl() == IV)) in IvarBacksCurrentMethodAccessor()
|
| H A D | SemaDeclObjC.cpp | 5279 if (ObjCIvarDecl *IV = PDecl->getPropertyIvarDecl()) { in GetIvarBackingPropertyAccessor()
|
| H A D | SemaChecking.cpp | 16251 !(property->getPropertyIvarDecl() && in findRetainCycleOwner() 16252 property->getPropertyIvarDecl()->getType() in findRetainCycleOwner()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 876 Record.AddDeclRef(D->getPropertyIvarDecl()); in VisitObjCPropertyDecl() 911 Record.AddDeclRef(D->getPropertyIvarDecl()); in VisitObjCPropertyImplDecl()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 786 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() 5357 if (!Prop->getPropertyIvarDecl()) in RewriteObjCClassMetaData() 5635 if (!Prop->getPropertyIvarDecl()) in RewriteObjCCategoryImplDecl()
|
| H A D | RewriteModernObjC.cpp | 941 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 D | CIndex.cpp | 1226 if (ObjCIvarDecl *Ivar = PD->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl()
|