Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaObjCProperty.cpp421 PDecl->setGetterMethodDecl(PrimaryPDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
528 PDecl->setGetterMethodDecl(PIDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
1155 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()
1817 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
DSemaExprObjC.cpp2903 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
DSemaCodeComplete.cpp6296 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp423 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp792 if (!PD->getGetterMethodDecl()->isDefined()) { in RewritePropertyImplDecl()
804 PD->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
812 RewriteTypeIntoString(PD->getGetterMethodDecl()->getResultType(), Getr, in RewritePropertyImplDecl()
5483 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()
5765 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
DRewriteModernObjC.cpp970 PD->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
978 RewriteTypeIntoString(PD->getGetterMethodDecl()->getResultType(), Getr, in RewritePropertyImplDecl()
7318 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()
7579 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DExprObjC.h685 if (const ObjCMethodDecl *Getter = PDecl->getGetterMethodDecl())
DDeclObjC.h2127 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjC.cpp748 ObjCMethodDecl *OMD = PD->getGetterMethodDecl(); in GenerateObjCGetter()
834 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl(); in generateObjCGetterBody()
DCGObjCGNU.cpp1858 if (ObjCMethodDecl *getter = property->getGetterMethodDecl()) { in GenerateProtocol()
2109 if (ObjCMethodDecl *getter = property->getGetterMethodDecl()) { in GeneratePropertyList()
DCGDebugInfo.cpp1636 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateType()
1710 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateType()
DCGObjCMac.cpp3094 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) in GenerateClass()
5691 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) in BuildClassRoTInitializer()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTDumper.cpp1420 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
DASTImporter.cpp3806 cast_or_null<ObjCMethodDecl>(Importer.Import(D->getGetterMethodDecl()))); in VisitObjCPropertyDecl()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterDecl.cpp606 Writer.AddDeclRef(D->getGetterMethodDecl(), Record); in VisitObjCPropertyDecl()