| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterObjCTest.cpp | 72 ASSERT_TRUE(prop->getGetterMethodDecl()); in TEST_P() 75 ASSERT_EQ(prop->getGetterMethodDecl()->findPropertyDecl(), prop); in TEST_P()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1434 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl() 2149 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters() 2150 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters() 2221 GetterMethod = PIDecl->getGetterMethodDecl(); in AtomicPropertySetterGetterRules() 2268 ObjCMethodDecl *IM = PID->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis() 2271 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
|
| H A D | SemaDeclObjC.cpp | 3994 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd() 4852 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()
|
| H A D | SemaExprObjC.cpp | 3703 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
|
| H A D | SemaCodeComplete.cpp | 8834 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 524 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl() 559 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 408 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 792 if (PID->getGetterMethodDecl() && !PID->getGetterMethodDecl()->isDefined()) { in RewritePropertyImplDecl() 805 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl() 813 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl() 5362 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData() 5640 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
|
| H A D | RewriteModernObjC.cpp | 958 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl() 966 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl() 7038 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData() 7288 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 897 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function 2848 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 312 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty() 1151 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty() 1907 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
|
| H A D | CGObjC.cpp | 1050 ObjCMethodDecl *OMD = PID->getGetterMethodDecl(); in GenerateObjCGetter() 1136 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody()
|
| H A D | CGDebugInfo.cpp | 2840 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() 2939 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition()
|
| H A D | CodeGenModule.cpp | 5977 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations()
|
| H A D | CGObjCMac.cpp | 3548 if (ObjCMethodDecl *MD = PID->getGetterMethodDecl()) in GenerateClass()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 851 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty()
|
| H A D | CIndex.cpp | 1143 if (ObjCMethodDecl *MD = prevDecl->getGetterMethodDecl()) in VisitObjCPropertyDecl()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 874 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyDecl() 913 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyImplDecl()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1065 JOS.attribute("getter", createBareDeclRef(D->getGetterMethodDecl())); in VisitObjCPropertyDecl()
|
| H A D | TextNodeDumper.cpp | 2350 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
|
| H A D | Decl.cpp | 1656 if (auto *MD = PD->getGetterMethodDecl()) in printNestedNameSpecifier()
|
| H A D | ASTImporter.cpp | 5366 auto ToGetterMethodDecl = importChecked(Err, D->getGetterMethodDecl()); in VisitObjCPropertyDecl()
|