Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp119 ObjCMethodDecl *setterM = PD->getSetterMethodDecl(); in TraverseObjCMethodDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp512 if (ObjCMethodDecl *MD = D->getSetterMethodDecl()) in VisitObjCPropertyDecl()
548 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) { in VisitObjCPropertyImplDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp402 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit()
H A DCheckObjCDealloc.cpp1081 if (PropImpl->getPropertyDecl()->getSetterMethodDecl()) in isNibLoadedIvarWithoutRetain()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1499 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) { in ActOnPropertyImplDecl()
2149 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters()
2151 auto *setterImpl = propertyImpl->getSetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2222 SetterMethod = PIDecl->getSetterMethodDecl(); in AtomicPropertySetterGetterRules()
H A DSemaPseudoObject.cpp668 if (prop != prop1 && (prop1->getSetterMethodDecl() == setter)) { in findSetter()
H A DSemaDeclObjC.cpp3989 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()
4838 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) in ActOnMethodDeclaration()
H A DSemaCodeComplete.cpp8382 !Property->getSetterMethodDecl()) { in AddObjCKeyValueCompletions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h901 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function
2839 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp849 if (PD->isReadOnly() || !PID->getSetterMethodDecl() || in RewritePropertyImplDecl()
850 PID->getSetterMethodDecl()->isDefined()) in RewritePropertyImplDecl()
865 PID->getSetterMethodDecl(), Setr); in RewritePropertyImplDecl()
5367 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCClassMetaData()
5644 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp1017 PID->getSetterMethodDecl(), Setr); in RewritePropertyImplDecl()
7043 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCClassMetaData()
7292 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp309 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()
1151 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()
1905 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
H A DCGObjC.cpp1405 ObjCMethodDecl *setterMethod = propImpl->getSetterMethodDecl(); in generateObjCSetterBody()
1580 ObjCMethodDecl *OMD = PID->getSetterMethodDecl(); in GenerateObjCSetter()
H A DCGDebugInfo.cpp2714 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); in CreateTypeDefinition()
2813 ObjCMethodDecl *Setter = PImpD->getSetterMethodDecl(); in CreateTypeDefinition()
H A DCodeGenModule.cpp5585 auto *Setter = PID->getSetterMethodDecl(); in EmitObjCPropertyImplementations()
H A DCGObjCMac.cpp3616 if (ObjCMethodDecl *MD = PID->getSetterMethodDecl()) in GenerateClass()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp871 Record.AddDeclRef(D->getSetterMethodDecl()); in VisitObjCPropertyDecl()
910 Record.AddDeclRef(D->getSetterMethodDecl()); in VisitObjCPropertyImplDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1060 JOS.attribute("setter", createBareDeclRef(D->getSetterMethodDecl())); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2319 dumpDeclRef(D->getSetterMethodDecl(), "setter"); in VisitObjCPropertyDecl()
H A DASTImporter.cpp5257 auto ToSetterMethodDecl = importChecked(Err, D->getSetterMethodDecl()); in VisitObjCPropertyDecl()