| /netbsd-src/external/apache2/llvm/dist/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 | ObjCUnusedIVarsChecker.cpp | 67 const ObjCIvarDecl *ID = D->getPropertyIvarDecl(); in Scan()
|
| H A D | DirectIvarAssignment.cpp | 98 ObjCIvarDecl *ID = PD->getPropertyIvarDecl(); in findPropertyBackingIvar()
|
| H A D | IvarInvalidationChecker.cpp | 307 IvarD = Prop->getPropertyIvarDecl(); in findPropertyBackingIvar()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 705 const ObjCIvarDecl *IVar = Prop->getPropertyIvarDecl(); in findBackingIvar() 737 IVar = ShadowingProp->getPropertyIvarDecl(); in findBackingIvar() 759 IVar = Prop->getPropertyIvarDecl(); in createObjCPropertyGetter()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 530 if (ObjCIvarDecl *ID = D->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl() 552 if (ObjCIvarDecl *IvarD = D->getPropertyIvarDecl()) { in VisitObjCPropertyImplDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 922 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy() 1124 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody() 1135 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody() 1403 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCSetterBody() 3664 QualType Ty = PID->getPropertyIvarDecl()->getType(); in GenerateObjCAtomicSetterCopyHelperFunction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1588 if (PID->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl() 1589 Out << '=' << *PID->getPropertyIvarDecl(); in VisitObjCPropertyImplDecl()
|
| H A D | DeclObjC.cpp | 2156 if (PID->getPropertyIvarDecl() && in FindPropertyImplIvarDecl() 2157 PID->getPropertyIvarDecl()->getIdentifier() == ivarId) in FindPropertyImplIvarDecl()
|
| H A D | JSONNodeDumper.cpp | 1052 JOS.attribute("ivarDecl", createBareDeclRef(D->getPropertyIvarDecl())); in VisitObjCPropertyImplDecl()
|
| H A D | TextNodeDumper.cpp | 2273 dumpDeclRef(D->getPropertyIvarDecl()); in VisitObjCPropertyImplDecl()
|
| H A D | ASTImporter.cpp | 5153 auto ToPropertyIvarDecl = importChecked(Err, D->getPropertyIvarDecl()); in VisitObjCPropertyDecl() 5185 if (Error Err = importInto(Ivar, D->getPropertyIvarDecl())) in VisitObjCPropertyImplDecl() 5229 Ivar != ToImpl->getPropertyIvarDecl()) { in VisitObjCPropertyImplDecl() 5233 << ToImpl->getPropertyIvarDecl()->getDeclName() in VisitObjCPropertyImplDecl() 5237 << D->getPropertyIvarDecl()->getDeclName(); in VisitObjCPropertyImplDecl()
|
| H A D | ASTContext.cpp | 7158 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 921 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function 2814 ObjCIvarDecl *getPropertyIvarDecl() const { in getPropertyIvarDecl() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 953 if (const ObjCIvarDecl *PropIvar = PropDecl->getPropertyIvarDecl()) { in getExtraInvalidatedValues()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1852 (Property->getPropertyIvarDecl() == IV)) in IvarBacksCurrentMethodAccessor() 1861 (Property->getPropertyIvarDecl() == IV)) in IvarBacksCurrentMethodAccessor()
|
| H A D | SemaDeclObjC.cpp | 5271 if (ObjCIvarDecl *IV = PDecl->getPropertyIvarDecl()) { in GetIvarBackingPropertyAccessor()
|
| H A D | SemaChecking.cpp | 14802 !(property->getPropertyIvarDecl() && in findRetainCycleOwner() 14803 property->getPropertyIvarDecl()->getType() in findRetainCycleOwner()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 870 Record.AddDeclRef(D->getPropertyIvarDecl()); in VisitObjCPropertyDecl() 905 Record.AddDeclRef(D->getPropertyIvarDecl()); in VisitObjCPropertyImplDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 786 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() 5369 if (!Prop->getPropertyIvarDecl()) in RewriteObjCClassMetaData() 5647 if (!Prop->getPropertyIvarDecl()) in RewriteObjCCategoryImplDecl()
|
| H A D | RewriteModernObjC.cpp | 940 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() 7044 if (!Prop->getPropertyIvarDecl()) in RewriteObjCClassMetaData() 7294 if (!Prop->getPropertyIvarDecl()) in RewriteObjCCategoryImplDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1220 if (ObjCIvarDecl *Ivar = PD->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl()
|