Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 DObjCUnusedIVarsChecker.cpp67 const ObjCIvarDecl *ID = D->getPropertyIvarDecl(); in Scan()
H A DDirectIvarAssignment.cpp98 ObjCIvarDecl *ID = PD->getPropertyIvarDecl(); in findPropertyBackingIvar()
H A DIvarInvalidationChecker.cpp307 IvarD = Prop->getPropertyIvarDecl(); in findPropertyBackingIvar()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp705 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 DTransZeroOutPropsInDealloc.cpp176 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
H A DTransProperties.cpp113 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl(); in doTransform()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp530 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 DCGObjC.cpp922 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 DDeclPrinter.cpp1588 if (PID->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl()
1589 Out << '=' << *PID->getPropertyIvarDecl(); in VisitObjCPropertyImplDecl()
H A DDeclObjC.cpp2156 if (PID->getPropertyIvarDecl() && in FindPropertyImplIvarDecl()
2157 PID->getPropertyIvarDecl()->getIdentifier() == ivarId) in FindPropertyImplIvarDecl()
H A DJSONNodeDumper.cpp1052 JOS.attribute("ivarDecl", createBareDeclRef(D->getPropertyIvarDecl())); in VisitObjCPropertyImplDecl()
H A DTextNodeDumper.cpp2273 dumpDeclRef(D->getPropertyIvarDecl()); in VisitObjCPropertyImplDecl()
H A DASTImporter.cpp5153 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 DASTContext.cpp7158 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h921 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 DCallEvent.cpp953 if (const ObjCIvarDecl *PropIvar = PropDecl->getPropertyIvarDecl()) { in getExtraInvalidatedValues()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1852 (Property->getPropertyIvarDecl() == IV)) in IvarBacksCurrentMethodAccessor()
1861 (Property->getPropertyIvarDecl() == IV)) in IvarBacksCurrentMethodAccessor()
H A DSemaDeclObjC.cpp5271 if (ObjCIvarDecl *IV = PDecl->getPropertyIvarDecl()) { in GetIvarBackingPropertyAccessor()
H A DSemaChecking.cpp14802 !(property->getPropertyIvarDecl() && in findRetainCycleOwner()
14803 property->getPropertyIvarDecl()->getType() in findRetainCycleOwner()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp870 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 DRewriteObjC.cpp786 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl()
5369 if (!Prop->getPropertyIvarDecl()) in RewriteObjCClassMetaData()
5647 if (!Prop->getPropertyIvarDecl()) in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp940 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 DCIndex.cpp1220 if (ObjCIvarDecl *Ivar = PD->getPropertyIvarDecl()) in VisitObjCPropertyImplDecl()