Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp210 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()
235 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
DIndexingContext.cpp613 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty()
DCIndex.cpp1067 if (ObjCMethodDecl *MD = prevDecl->getGetterMethodDecl()) in VisitObjCPropertyDecl()
/external/clang/lib/Analysis/
DBodyFarm.cpp433 const VarDecl *selfVar = Prop->getGetterMethodDecl()->getSelfDecl(); in createObjCPropertyGetter()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp393 PDecl->setGetterMethodDecl(PrimaryPDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
513 PDecl->setGetterMethodDecl(PIDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
1134 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()
1843 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
DSemaExprObjC.cpp2991 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
DSemaCodeComplete.cpp6221 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp411 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp799 if (!PD->getGetterMethodDecl()->isDefined()) { in RewritePropertyImplDecl()
811 PD->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
819 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()
5423 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()
5702 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
DRewriteModernObjC.cpp978 PD->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
986 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()
7222 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()
7474 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/external/clang/include/clang/AST/
DExprObjC.h685 if (const ObjCMethodDecl *Getter = PDecl->getGetterMethodDecl())
DDeclObjC.h2315 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
/external/clang/lib/CodeGen/
DCGObjC.cpp750 ObjCMethodDecl *OMD = PD->getGetterMethodDecl(); in GenerateObjCGetter()
836 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl(); in generateObjCGetterBody()
DCGObjCGNU.cpp1832 if (ObjCMethodDecl *getter = property->getGetterMethodDecl()) { in GenerateProtocol()
2075 if (ObjCMethodDecl *getter = property->getGetterMethodDecl()) { in GeneratePropertyList()
DCGDebugInfo.cpp1703 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
1777 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
DCGObjCMac.cpp3067 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) in GenerateClass()
5661 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) in BuildClassRoTInitializer()
/external/clang/lib/AST/
DASTDumper.cpp1442 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
DASTImporter.cpp3787 cast_or_null<ObjCMethodDecl>(Importer.Import(D->getGetterMethodDecl()))); in VisitObjCPropertyDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp620 Writer.AddDeclRef(D->getGetterMethodDecl(), Record); in VisitObjCPropertyDecl()