Home
last modified time | relevance | path

Searched refs:getSetterMethodDecl (Results 1 – 17 of 17) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp122 ObjCMethodDecl *setterM = PD->getSetterMethodDecl(); in TraverseObjCMethodDecl()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDCheckObjCDealloc.cpp73 if (ME->getMethodDecl() == PD->getSetterMethodDecl() && in scan_ivar_release()
HDIvarInvalidationChecker.cpp417 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp422 PDecl->setSetterMethodDecl(PrimaryPDecl->getSetterMethodDecl()); in HandlePropertyInClassExtension()
529 PDecl->setSetterMethodDecl(PIDecl->getSetterMethodDecl()); in HandlePropertyInClassExtension()
1205 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) { in ActOnPropertyImplDecl()
HDSemaPseudoObject.cpp622 if (prop != prop1 && (prop1->getSetterMethodDecl() == setter)) { in findSetter()
HDSemaCodeComplete.cpp6332 !Property->getSetterMethodDecl()) { in AddObjCKeyValueCompletions()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDExprObjC.h705 if (const ObjCMethodDecl *Setter = PDecl->getSetterMethodDecl()) {
HDDeclObjC.h2130 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function
/trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
HDRewriteObjC.cpp847 if (PD->isReadOnly() || PD->getSetterMethodDecl()->isDefined()) in RewritePropertyImplDecl()
862 PD->getSetterMethodDecl(), Setr); in RewritePropertyImplDecl()
5488 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl()) in RewriteObjCClassMetaData()
5769 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl()
HDRewriteModernObjC.cpp1029 PD->getSetterMethodDecl(), Setr); in RewritePropertyImplDecl()
7323 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl()) in RewriteObjCClassMetaData()
7583 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp1091 ObjCMethodDecl *setterMethod = prop->getSetterMethodDecl(); in generateObjCSetterBody()
1272 ObjCMethodDecl *OMD = PD->getSetterMethodDecl(); in GenerateObjCSetter()
HDCGObjCGNU.cpp1869 if (ObjCMethodDecl *setter = property->getSetterMethodDecl()) { in GenerateProtocol()
2123 if (ObjCMethodDecl *setter = property->getSetterMethodDecl()) { in GeneratePropertyList()
HDCGDebugInfo.cpp1637 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); in CreateType()
1711 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); in CreateType()
HDCGObjCMac.cpp3097 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) in GenerateClass()
5694 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) in BuildClassRoTInitializer()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTDumper.cpp1424 dumpDeclRef(D->getSetterMethodDecl(), "setter"); in VisitObjCPropertyDecl()
HDASTImporter.cpp3808 cast_or_null<ObjCMethodDecl>(Importer.Import(D->getSetterMethodDecl()))); in VisitObjCPropertyDecl()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp607 Writer.AddDeclRef(D->getSetterMethodDecl(), Record); in VisitObjCPropertyDecl()