Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1434 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 DSemaDeclObjC.cpp3986 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()
4844 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()
H A DSemaExprObjC.cpp3703 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
H A DSemaCodeComplete.cpp8347 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp509 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()
544 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp408 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp792 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 DRewriteModernObjC.cpp957 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
965 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()
7038 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData()
7288 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h898 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
2836 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp308 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
1150 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
1904 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
H A DCGObjC.cpp1048 ObjCMethodDecl *OMD = PID->getGetterMethodDecl(); in GenerateObjCGetter()
1134 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody()
H A DCGDebugInfo.cpp2713 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
2812 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition()
H A DCodeGenModule.cpp5581 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations()
H A DCGObjCMac.cpp3613 if (ObjCMethodDecl *MD = PID->getGetterMethodDecl()) in GenerateClass()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp870 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyDecl()
909 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyImplDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1058 JOS.attribute("getter", createBareDeclRef(D->getGetterMethodDecl())); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2317 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
H A DDecl.cpp1614 if (auto *MD = PD->getGetterMethodDecl()) in printNestedNameSpecifier()
H A DASTImporter.cpp5256 auto ToGetterMethodDecl = importChecked(Err, D->getGetterMethodDecl()); in VisitObjCPropertyDecl()