Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1422 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()
2137 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters()
2138 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2208 GetterMethod = PIDecl->getGetterMethodDecl(); in AtomicPropertySetterGetterRules()
2256 ObjCMethodDecl *IM = PID->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
2259 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
H A DSemaDeclObjC.cpp4008 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()
4881 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()
H A DSemaExprObjC.cpp3700 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
H A DSemaCodeComplete.cpp9237 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/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp402 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp790 if (PID->getGetterMethodDecl() && !PID->getGetterMethodDecl()->isDefined()) { in RewritePropertyImplDecl()
803 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
811 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()
5341 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData()
5619 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp956 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
964 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()
7001 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData()
7251 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h898 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.cpp309 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
1166 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
1924 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.cpp3350 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
3451 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition()
H A DCGObjCMac.cpp3447 if (ObjCMethodDecl *MD = PID->getGetterMethodDecl()) in GenerateClass()
H A DCodeGenModule.cpp7057 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1158 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyDecl()
1197 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1202 JOS.attribute("getter", createBareDeclRef(D->getGetterMethodDecl())); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2999 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
H A DDecl.cpp1722 if (auto *MD = PD->getGetterMethodDecl()) in printNestedNameSpecifier()
H A DASTImporter.cpp6070 auto ToGetterMethodDecl = importChecked(Err, D->getGetterMethodDecl()); in VisitObjCPropertyDecl()