Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexDecl.cpp499 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()
534 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1406 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()
2095 property->getGetterMethodDecl() && in diagnoseNullResettableSynthesizedSetters()
2097 auto *getterMethod = property->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2217 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
H A DSemaExprObjC.cpp3477 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
H A DSemaCodeComplete.cpp7205 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp409 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp786 const VarDecl *selfVar = Prop->getGetterMethodDecl()->getSelfDecl(); in createObjCPropertyGetter()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp791 if (!PD->getGetterMethodDecl()->isDefined()) { in RewritePropertyImplDecl()
803 PD->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
811 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()
5360 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()
5638 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp958 PD->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
966 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()
7041 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()
7291 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp317 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
1127 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()
1806 addIfExists(prop->getGetterMethodDecl()); in GenerateClass()
3401 addPropertyMethod(property->getGetterMethodDecl()); in GenerateClass()
H A DCGObjC.cpp897 ObjCMethodDecl *OMD = PD->getGetterMethodDecl(); in GenerateObjCGetter()
983 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl(); in generateObjCGetterBody()
H A DCGDebugInfo.cpp2368 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
2457 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
H A DCGObjCMac.cpp3503 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) in GenerateClass()
6161 if (auto MD = PD->getGetterMethodDecl()) in BuildClassRoTInitializer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1356 NodeDumper.dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
H A DASTImporter.cpp4725 D->getGetterMethodDecl(), D->getSetterMethodDecl(), in VisitObjCPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h922 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp823 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyDecl()