Home
last modified time | relevance | path

Searched refs:getGetterMethodDecl (Results 1 – 18 of 18) 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.cpp1093 if (ObjCMethodDecl *MD = prevDecl->getGetterMethodDecl()) in VisitObjCPropertyDecl()
/external/clang/lib/Analysis/
DBodyFarm.cpp430 const VarDecl *selfVar = Prop->getGetterMethodDecl()->getSelfDecl(); in createObjCPropertyGetter()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1230 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()
1872 property->getGetterMethodDecl() && in diagnoseNullResettableSynthesizedSetters()
1874 auto *getterMethod = property->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
1985 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
DSemaExprObjC.cpp3296 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
DSemaCodeComplete.cpp6446 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp411 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp790 if (!PD->getGetterMethodDecl()->isDefined()) { in RewritePropertyImplDecl()
802 PD->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
810 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()
5388 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()
5666 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
DRewriteModernObjC.cpp966 PD->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
974 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()
7172 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()
7424 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/external/clang/lib/CodeGen/
DCGObjC.cpp802 ObjCMethodDecl *OMD = PD->getGetterMethodDecl(); in GenerateObjCGetter()
888 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl(); in generateObjCGetterBody()
DCGObjCGNU.cpp1858 if (ObjCMethodDecl *getter = property->getGetterMethodDecl()) { in GenerateProtocol()
2104 if (ObjCMethodDecl *getter = property->getGetterMethodDecl()) { in GeneratePropertyList()
DCGDebugInfo.cpp1807 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
1896 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
DCGObjCMac.cpp3243 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) in GenerateClass()
5799 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) in BuildClassRoTInitializer()
/external/clang/include/clang/AST/
DDeclObjC.h2563 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
/external/clang/lib/AST/
DASTDumper.cpp1587 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
DASTImporter.cpp4016 cast_or_null<ObjCMethodDecl>(Importer.Import(D->getGetterMethodDecl()))); in VisitObjCPropertyDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp767 Writer.AddDeclRef(D->getGetterMethodDecl(), Record); in VisitObjCPropertyDecl()