Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1434 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()
2146 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters()
2147 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2218 GetterMethod = PIDecl->getGetterMethodDecl(); in AtomicPropertySetterGetterRules()
2265 ObjCMethodDecl *IM = PID->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
2268 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
H A DSemaDeclObjC.cpp4002 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()
4864 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()
H A DSemaExprObjC.cpp3697 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
H A DSemaCodeComplete.cpp8888 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp524 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()
559 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp407 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
/openbsd/gnu/llvm/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.cpp958 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()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h894 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
2884 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp312 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
1151 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
1907 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
H A DCGObjC.cpp1052 ObjCMethodDecl *OMD = PID->getGetterMethodDecl(); in GenerateObjCGetter()
1174 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody()
H A DCGDebugInfo.cpp2854 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
2956 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition()
H A DCodeGenModule.cpp6144 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations()
H A DCGObjCMac.cpp3553 if (ObjCMethodDecl *MD = PID->getGetterMethodDecl()) in GenerateClass()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp851 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty()
H A DCIndex.cpp1143 if (ObjCMethodDecl *MD = prevDecl->getGetterMethodDecl()) in VisitObjCPropertyDecl()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp888 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyDecl()
927 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyImplDecl()
/openbsd/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1097 JOS.attribute("getter", createBareDeclRef(D->getGetterMethodDecl())); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2374 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
H A DDecl.cpp1685 if (auto *MD = PD->getGetterMethodDecl()) in printNestedNameSpecifier()
H A DASTImporter.cpp5477 auto ToGetterMethodDecl = importChecked(Err, D->getGetterMethodDecl()); in VisitObjCPropertyDecl()