Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp119 ObjCMethodDecl *setterM = PD->getSetterMethodDecl(); in TraverseObjCMethodDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp527 if (ObjCMethodDecl *MD = D->getSetterMethodDecl()) in VisitObjCPropertyDecl()
563 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) { in VisitObjCPropertyImplDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp397 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit()
H A DCheckObjCDealloc.cpp1072 if (PropImpl->getPropertyDecl()->getSetterMethodDecl()) in isNibLoadedIvarWithoutRetain()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1498 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) { in ActOnPropertyImplDecl()
2145 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters()
2147 auto *setterImpl = propertyImpl->getSetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2218 SetterMethod = PIDecl->getSetterMethodDecl(); in AtomicPropertySetterGetterRules()
H A DSemaPseudoObject.cpp673 if (prop != prop1 && (prop1->getSetterMethodDecl() == setter)) { in findSetter()
H A DSemaDeclObjC.cpp4004 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()
4858 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) in ActOnMethodDeclaration()
H A DSemaCodeComplete.cpp9031 !Property->getSetterMethodDecl()) { in AddObjCKeyValueCompletions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h900 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function
2900 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function
/freebsd-14.2/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.cpp1018 PID->getSetterMethodDecl(), Setr); in RewritePropertyImplDecl()
7042 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCClassMetaData()
7291 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp313 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()
1168 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()
1918 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
H A DCGObjC.cpp1432 ObjCMethodDecl *setterMethod = propImpl->getSetterMethodDecl(); in generateObjCSetterBody()
1628 ObjCMethodDecl *OMD = PID->getSetterMethodDecl(); in GenerateObjCSetter()
H A DCGDebugInfo.cpp3000 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); in CreateTypeDefinition()
3102 ObjCMethodDecl *Setter = PImpD->getSetterMethodDecl(); in CreateTypeDefinition()
H A DCGObjCMac.cpp3547 if (ObjCMethodDecl *MD = PID->getSetterMethodDecl()) in GenerateClass()
H A DCodeGenModule.cpp6590 auto *Setter = PID->getSetterMethodDecl(); in EmitObjCPropertyImplementations()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp948 Record.AddDeclRef(D->getSetterMethodDecl()); in VisitObjCPropertyDecl()
987 Record.AddDeclRef(D->getSetterMethodDecl()); in VisitObjCPropertyImplDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1161 JOS.attribute("setter", createBareDeclRef(D->getSetterMethodDecl())); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2586 dumpDeclRef(D->getSetterMethodDecl(), "setter"); in VisitObjCPropertyDecl()
H A DASTImporter.cpp5711 auto ToSetterMethodDecl = importChecked(Err, D->getSetterMethodDecl()); in VisitObjCPropertyDecl()