/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
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()
|
D | DirectIvarAssignment.cpp | 98 ObjCIvarDecl *ID = PD->getPropertyIvarDecl(); in findPropertyBackingIvar()
|
D | ObjCUnusedIVarsChecker.cpp | 67 const ObjCIvarDecl *ID = D->getPropertyIvarDecl(); in Scan()
|
D | IvarInvalidationChecker.cpp | 307 IvarD = Prop->getPropertyIvarDecl(); in findPropertyBackingIvar()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCDealloc.cpp | 75 (*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()
|
D | DirectIvarAssignment.cpp | 99 ObjCIvarDecl *ID = PD->getPropertyIvarDecl(); in findPropertyBackingIvar()
|
D | ObjCUnusedIVarsChecker.cpp | 68 const ObjCIvarDecl *ID = D->getPropertyIvarDecl(); in Scan()
|
D | IvarInvalidationChecker.cpp | 308 IvarD = Prop->getPropertyIvarDecl(); in findPropertyBackingIvar()
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 387 const ObjCIvarDecl *IVar = Prop->getPropertyIvarDecl(); in findBackingIvar() 419 IVar = ShadowingProp->getPropertyIvarDecl(); in findBackingIvar()
|
/external/llvm-project/clang/lib/Analysis/ |
D | BodyFarm.cpp | 705 const ObjCIvarDecl *IVar = Prop->getPropertyIvarDecl(); in findBackingIvar() 737 IVar = ShadowingProp->getPropertyIvarDecl(); in findBackingIvar() 757 IVar = P->getPropertyIvarDecl(); in createObjCPropertyGetter()
|
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 179 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
|
D | TransProperties.cpp | 114 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl(); in doTransform()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 176 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
|
D | TransProperties.cpp | 113 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl(); in doTransform()
|
/external/llvm-project/clang/lib/Index/ |
D | IndexDecl.cpp | 530 if (ObjCIvarDecl *ID = D->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl() 552 if (ObjCIvarDecl *IvarD = D->getPropertyIvarDecl()) { in VisitObjCPropertyImplDecl()
|
/external/clang/lib/Index/ |
D | IndexDecl.cpp | 324 if (ObjCIvarDecl *IvarD = D->getPropertyIvarDecl()) { in VisitObjCPropertyImplDecl()
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 1339 if (PID->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl() 1340 Out << '=' << *PID->getPropertyIvarDecl(); in VisitObjCPropertyImplDecl()
|
D | DeclObjC.cpp | 2039 if (PID->getPropertyIvarDecl() && in FindPropertyImplIvarDecl() 2040 PID->getPropertyIvarDecl()->getIdentifier() == ivarId) in FindPropertyImplIvarDecl()
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 675 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/ |
D | CGObjC.cpp | 921 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/ |
D | DeclPrinter.cpp | 1554 if (PID->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl() 1555 Out << '=' << *PID->getPropertyIvarDecl(); in VisitObjCPropertyImplDecl()
|
D | DeclObjC.cpp | 2157 if (PID->getPropertyIvarDecl() && in FindPropertyImplIvarDecl() 2158 PID->getPropertyIvarDecl()->getIdentifier() == ivarId) in FindPropertyImplIvarDecl()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 688 if (const ObjCIvarDecl *PropIvar = PropDecl->getPropertyIvarDecl()) { in getExtraInvalidatedValues()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 877 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function 2721 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 943 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function 2836 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function
|