Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1412 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()
2128 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters()
2129 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2199 GetterMethod = PIDecl->getGetterMethodDecl(); in AtomicPropertySetterGetterRules()
2247 ObjCMethodDecl *IM = PID->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
2250 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
H A DSemaDeclObjC.cpp4006 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()
4877 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()
H A DSemaExprObjC.cpp3710 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
H A DSemaCodeComplete.cpp9089 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp524 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()
559 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h900 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
2898 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp310 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
1166 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
1915 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
H A DCGObjC.cpp1053 ObjCMethodDecl *OMD = PID->getGetterMethodDecl(); in GenerateObjCGetter()
1174 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody()
H A DCGDebugInfo.cpp3125 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
3227 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition()
H A DCGObjCMac.cpp3551 if (ObjCMethodDecl *MD = PID->getGetterMethodDecl()) in GenerateClass()
H A DCodeGenModule.cpp6732 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp985 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyDecl()
1024 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp957 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
965 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()
7035 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData()
7285 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1194 JOS.attribute("getter", createBareDeclRef(D->getGetterMethodDecl())); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2835 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
H A DDecl.cpp1716 if (auto *MD = PD->getGetterMethodDecl()) in printNestedNameSpecifier()
H A DASTImporter.cpp5794 auto ToGetterMethodDecl = importChecked(Err, D->getGetterMethodDecl()); in VisitObjCPropertyDecl()