Home
last modified time | relevance | path

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

/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/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp396 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit()
H A DCheckObjCDealloc.cpp1072 if (PropImpl->getPropertyDecl()->getSetterMethodDecl()) in isNibLoadedIvarWithoutRetain()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1487 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) { in ActOnPropertyImplDecl()
2137 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters()
2139 auto *setterImpl = propertyImpl->getSetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2209 SetterMethod = PIDecl->getSetterMethodDecl(); in AtomicPropertySetterGetterRules()
H A DSemaPseudoObject.cpp675 if (prop != prop1 && (prop1->getSetterMethodDecl() == setter)) { in findSetter()
H A DSemaDeclObjC.cpp4011 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()
4875 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) in ActOnMethodDeclaration()
H A DSemaCodeComplete.cpp9272 !Property->getSetterMethodDecl()) { in AddObjCKeyValueCompletions()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h901 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function
2901 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp847 if (PD->isReadOnly() || !PID->getSetterMethodDecl() || in RewritePropertyImplDecl()
848 PID->getSetterMethodDecl()->isDefined()) in RewritePropertyImplDecl()
863 PID->getSetterMethodDecl(), Setr); in RewritePropertyImplDecl()
5346 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCClassMetaData()
5623 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp1016 PID->getSetterMethodDecl(), Setr); in RewritePropertyImplDecl()
7006 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCClassMetaData()
7255 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp310 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()
1167 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()
1925 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
H A DCGObjC.cpp1472 ObjCMethodDecl *setterMethod = propImpl->getSetterMethodDecl(); in generateObjCSetterBody()
1676 ObjCMethodDecl *OMD = PID->getSetterMethodDecl(); in GenerateObjCSetter()
H A DCGDebugInfo.cpp3351 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); in CreateTypeDefinition()
3452 ObjCMethodDecl *Setter = PImpD->getSetterMethodDecl(); in CreateTypeDefinition()
H A DCGObjCMac.cpp3450 if (ObjCMethodDecl *MD = PID->getSetterMethodDecl()) in GenerateClass()
H A DCodeGenModule.cpp7061 auto *Setter = PID->getSetterMethodDecl(); in EmitObjCPropertyImplementations()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1159 Record.AddDeclRef(D->getSetterMethodDecl()); in VisitObjCPropertyDecl()
1198 Record.AddDeclRef(D->getSetterMethodDecl()); in VisitObjCPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1204 JOS.attribute("setter", createBareDeclRef(D->getSetterMethodDecl())); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp3001 dumpDeclRef(D->getSetterMethodDecl(), "setter"); in VisitObjCPropertyDecl()
H A DASTImporter.cpp6071 auto ToSetterMethodDecl = importChecked(Err, D->getSetterMethodDecl()); in VisitObjCPropertyDecl()