Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp119 ObjCMethodDecl *setterM = PD->getSetterMethodDecl(); in TraverseObjCMethodDecl()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp527 if (ObjCMethodDecl *MD = D->getSetterMethodDecl()) in VisitObjCPropertyDecl()
563 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) { in VisitObjCPropertyImplDecl()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp401 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit()
H A DCheckObjCDealloc.cpp1082 if (PropImpl->getPropertyDecl()->getSetterMethodDecl()) in isNibLoadedIvarWithoutRetain()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1499 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) { in ActOnPropertyImplDecl()
2146 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters()
2148 auto *setterImpl = propertyImpl->getSetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2219 SetterMethod = PIDecl->getSetterMethodDecl(); in AtomicPropertySetterGetterRules()
H A DSemaPseudoObject.cpp668 if (prop != prop1 && (prop1->getSetterMethodDecl() == setter)) { in findSetter()
H A DSemaDeclObjC.cpp4005 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()
4858 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) in ActOnMethodDeclaration()
H A DSemaCodeComplete.cpp8923 !Property->getSetterMethodDecl()) { in AddObjCKeyValueCompletions()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h897 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function
2887 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function
/openbsd-src/gnu/llvm/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()
7043 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCClassMetaData()
7292 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp313 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()
1152 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()
1908 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
H A DCGObjC.cpp1440 ObjCMethodDecl *setterMethod = propImpl->getSetterMethodDecl(); in generateObjCSetterBody()
1638 ObjCMethodDecl *OMD = PID->getSetterMethodDecl(); in GenerateObjCSetter()
H A DCGDebugInfo.cpp2855 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); in CreateTypeDefinition()
2957 ObjCMethodDecl *Setter = PImpD->getSetterMethodDecl(); in CreateTypeDefinition()
H A DCodeGenModule.cpp6148 auto *Setter = PID->getSetterMethodDecl(); in EmitObjCPropertyImplementations()
H A DCGObjCMac.cpp3556 if (ObjCMethodDecl *MD = PID->getSetterMethodDecl()) in GenerateClass()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp857 if (ObjCMethodDecl *Setter = D->getSetterMethodDecl()) { in handleObjCProperty()
H A DCIndex.cpp1148 if (ObjCMethodDecl *MD = prevDecl->getSetterMethodDecl()) in VisitObjCPropertyDecl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp889 Record.AddDeclRef(D->getSetterMethodDecl()); in VisitObjCPropertyDecl()
928 Record.AddDeclRef(D->getSetterMethodDecl()); in VisitObjCPropertyImplDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1099 JOS.attribute("setter", createBareDeclRef(D->getSetterMethodDecl())); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2376 dumpDeclRef(D->getSetterMethodDecl(), "setter"); in VisitObjCPropertyDecl()
H A DASTImporter.cpp5478 auto ToSetterMethodDecl = importChecked(Err, D->getSetterMethodDecl()); in VisitObjCPropertyDecl()