| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterObjCTest.cpp | 73 ASSERT_TRUE(prop->getSetterMethodDecl()); in TEST_P() 76 ASSERT_EQ(prop->getSetterMethodDecl()->findPropertyDecl(), prop); in TEST_P()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 119 ObjCMethodDecl *setterM = PD->getSetterMethodDecl(); in TraverseObjCMethodDecl()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 527 if (ObjCMethodDecl *MD = D->getSetterMethodDecl()) in VisitObjCPropertyDecl() 563 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) { in VisitObjCPropertyImplDecl()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 402 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit()
|
| H A D | CheckObjCDealloc.cpp | 1081 if (PropImpl->getPropertyDecl()->getSetterMethodDecl()) in isNibLoadedIvarWithoutRetain()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1499 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 D | SemaPseudoObject.cpp | 668 if (prop != prop1 && (prop1->getSetterMethodDecl() == setter)) { in findSetter()
|
| H A D | SemaDeclObjC.cpp | 3997 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd() 4846 if (auto *Setter = PropertyImpl->getSetterMethodDecl()) in ActOnMethodDeclaration()
|
| H A D | SemaCodeComplete.cpp | 8869 !Property->getSetterMethodDecl()) { in AddObjCKeyValueCompletions()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 900 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function 2851 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 849 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 D | RewriteModernObjC.cpp | 1018 PID->getSetterMethodDecl(), Setr); in RewritePropertyImplDecl() 7043 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCClassMetaData() 7292 if (ObjCMethodDecl *Setter = Prop->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 313 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty() 1152 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty() 1908 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
|
| H A D | CGObjC.cpp | 1405 ObjCMethodDecl *setterMethod = propImpl->getSetterMethodDecl(); in generateObjCSetterBody() 1586 ObjCMethodDecl *OMD = PID->getSetterMethodDecl(); in GenerateObjCSetter()
|
| H A D | CGDebugInfo.cpp | 2841 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); in CreateTypeDefinition() 2940 ObjCMethodDecl *Setter = PImpD->getSetterMethodDecl(); in CreateTypeDefinition()
|
| H A D | CodeGenModule.cpp | 5981 auto *Setter = PID->getSetterMethodDecl(); in EmitObjCPropertyImplementations()
|
| H A D | CGObjCMac.cpp | 3551 if (ObjCMethodDecl *MD = PID->getSetterMethodDecl()) in GenerateClass()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 857 if (ObjCMethodDecl *Setter = D->getSetterMethodDecl()) { in handleObjCProperty()
|
| H A D | CIndex.cpp | 1148 if (ObjCMethodDecl *MD = prevDecl->getSetterMethodDecl()) in VisitObjCPropertyDecl()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 875 Record.AddDeclRef(D->getSetterMethodDecl()); in VisitObjCPropertyDecl() 914 Record.AddDeclRef(D->getSetterMethodDecl()); in VisitObjCPropertyImplDecl()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1067 JOS.attribute("setter", createBareDeclRef(D->getSetterMethodDecl())); in VisitObjCPropertyDecl()
|
| H A D | TextNodeDumper.cpp | 2352 dumpDeclRef(D->getSetterMethodDecl(), "setter"); in VisitObjCPropertyDecl()
|
| H A D | ASTImporter.cpp | 5367 auto ToSetterMethodDecl = importChecked(Err, D->getSetterMethodDecl()); in VisitObjCPropertyDecl()
|