Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp119 ObjCMethodDecl *setterM = PD->getSetterMethodDecl(); in TraverseObjCMethodDecl()
/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1477 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) { in ActOnPropertyImplDecl()
2128 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters()
2130 auto *setterImpl = propertyImpl->getSetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2200 SetterMethod = PIDecl->getSetterMethodDecl(); in AtomicPropertySetterGetterRules()
H A DSemaPseudoObject.cpp677 if (prop != prop1 && (prop1->getSetterMethodDecl() == setter)) { in findSetter()
H A DSemaDeclObjC.cpp4009 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()
4871 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) in ActOnMethodDeclaration()
H A DSemaCodeComplete.cpp9124 !Property->getSetterMethodDecl()) { in AddObjCKeyValueCompletions()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp1072 if (PropImpl->getPropertyDecl()->getSetterMethodDecl()) in isNibLoadedIvarWithoutRetain()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h903 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function
2901 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp311 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()
1167 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()
1916 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
H A DCGObjC.cpp1436 ObjCMethodDecl *setterMethod = propImpl->getSetterMethodDecl(); in generateObjCSetterBody()
1632 ObjCMethodDecl *OMD = PID->getSetterMethodDecl(); in GenerateObjCSetter()
H A DCGDebugInfo.cpp3126 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); in CreateTypeDefinition()
3228 ObjCMethodDecl *Setter = PImpD->getSetterMethodDecl(); in CreateTypeDefinition()
H A DCGObjCMac.cpp3554 if (ObjCMethodDecl *MD = PID->getSetterMethodDecl()) in GenerateClass()
H A DCodeGenModule.cpp6736 auto *Setter = PID->getSetterMethodDecl(); in EmitObjCPropertyImplementations()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp986 Record.AddDeclRef(D->getSetterMethodDecl()); in VisitObjCPropertyDecl()
1025 Record.AddDeclRef(D->getSetterMethodDecl()); in VisitObjCPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1196 JOS.attribute("setter", createBareDeclRef(D->getSetterMethodDecl())); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2837 dumpDeclRef(D->getSetterMethodDecl(), "setter"); in VisitObjCPropertyDecl()
H A DASTImporter.cpp5795 auto ToSetterMethodDecl = importChecked(Err, D->getSetterMethodDecl()); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1017 PID->getSetterMethodDecl(), Setr); in RewritePropertyImplDecl()
7040 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCClassMetaData()
7289 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl()