Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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()
DDirectIvarAssignment.cpp98 ObjCIvarDecl *ID = PD->getPropertyIvarDecl(); in findPropertyBackingIvar()
DObjCUnusedIVarsChecker.cpp67 const ObjCIvarDecl *ID = D->getPropertyIvarDecl(); in Scan()
DIvarInvalidationChecker.cpp307 IvarD = Prop->getPropertyIvarDecl(); in findPropertyBackingIvar()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp75 (*ID) = I->getPropertyIvarDecl(); in isSynthesizedRetainableProperty()
243 << "must release '" << *PropImplRequiringRelease->getPropertyIvarDecl() in checkASTDecl()
291 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
692 OS << "The '" << *PropImpl->getPropertyIvarDecl() in diagnoseExtraRelease()
744 OS << "'" << *PropImpl->getPropertyIvarDecl() in diagnoseMistakenDealloc()
950 ObjCIvarDecl *PropIvarDecl = Prop->getPropertyIvarDecl(); in getValueReleasedByNillingOut()
1041 assert(PropImpl->getPropertyIvarDecl()); in isReleasedByCIFilterDealloc()
1043 StringRef IvarName = PropImpl->getPropertyIvarDecl()->getName(); in isReleasedByCIFilterDealloc()
1052 PropImpl->getPropertyIvarDecl()->getContainingInterface(); in isReleasedByCIFilterDealloc()
DDirectIvarAssignment.cpp99 ObjCIvarDecl *ID = PD->getPropertyIvarDecl(); in findPropertyBackingIvar()
DObjCUnusedIVarsChecker.cpp68 const ObjCIvarDecl *ID = D->getPropertyIvarDecl(); in Scan()
DIvarInvalidationChecker.cpp308 IvarD = Prop->getPropertyIvarDecl(); in findPropertyBackingIvar()
/external/clang/lib/Analysis/
DBodyFarm.cpp387 const ObjCIvarDecl *IVar = Prop->getPropertyIvarDecl(); in findBackingIvar()
419 IVar = ShadowingProp->getPropertyIvarDecl(); in findBackingIvar()
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp705 const ObjCIvarDecl *IVar = Prop->getPropertyIvarDecl(); in findBackingIvar()
737 IVar = ShadowingProp->getPropertyIvarDecl(); in findBackingIvar()
757 IVar = P->getPropertyIvarDecl(); in createObjCPropertyGetter()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp179 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
DTransProperties.cpp114 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl(); in doTransform()
/external/llvm-project/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp176 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
DTransProperties.cpp113 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl(); in doTransform()
/external/llvm-project/clang/lib/Index/
DIndexDecl.cpp530 if (ObjCIvarDecl *ID = D->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl()
552 if (ObjCIvarDecl *IvarD = D->getPropertyIvarDecl()) { in VisitObjCPropertyImplDecl()
/external/clang/lib/Index/
DIndexDecl.cpp324 if (ObjCIvarDecl *IvarD = D->getPropertyIvarDecl()) { in VisitObjCPropertyImplDecl()
/external/clang/lib/AST/
DDeclPrinter.cpp1339 if (PID->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl()
1340 Out << '=' << *PID->getPropertyIvarDecl(); in VisitObjCPropertyImplDecl()
DDeclObjC.cpp2039 if (PID->getPropertyIvarDecl() && in FindPropertyImplIvarDecl()
2040 PID->getPropertyIvarDecl()->getIdentifier() == ivarId) in FindPropertyImplIvarDecl()
/external/clang/lib/CodeGen/
DCGObjC.cpp675 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
875 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
886 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1149 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCSetterBody()
3170 QualType Ty = PID->getPropertyIvarDecl()->getType(); in GenerateObjCAtomicSetterCopyHelperFunction()
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp921 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
1123 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1134 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
1402 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCSetterBody()
3615 QualType Ty = PID->getPropertyIvarDecl()->getType(); in GenerateObjCAtomicSetterCopyHelperFunction()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1554 if (PID->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl()
1555 Out << '=' << *PID->getPropertyIvarDecl(); in VisitObjCPropertyImplDecl()
DDeclObjC.cpp2157 if (PID->getPropertyIvarDecl() && in FindPropertyImplIvarDecl()
2158 PID->getPropertyIvarDecl()->getIdentifier() == ivarId) in FindPropertyImplIvarDecl()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp688 if (const ObjCIvarDecl *PropIvar = PropDecl->getPropertyIvarDecl()) { in getExtraInvalidatedValues()
/external/clang/include/clang/AST/
DDeclObjC.h877 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function
2721 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h943 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function
2836 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function

12