Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexDecl.cpp300 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()
331 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
/external/clang/lib/Analysis/
DBodyFarm.cpp469 const VarDecl *selfVar = Prop->getGetterMethodDecl()->getSelfDecl(); in createObjCPropertyGetter()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1245 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()
1924 property->getGetterMethodDecl() && in diagnoseNullResettableSynthesizedSetters()
1926 auto *getterMethod = property->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2046 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
DSemaExprObjC.cpp3325 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
DSemaCodeComplete.cpp6466 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp409 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()
5367 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()
5645 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
DRewriteModernObjC.cpp955 PD->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
963 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()
7049 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()
7299 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp837 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty()
DCIndex.cpp1095 if (ObjCMethodDecl *MD = prevDecl->getGetterMethodDecl()) in VisitObjCPropertyDecl()
/external/clang/lib/CodeGen/
DCGObjC.cpp800 ObjCMethodDecl *OMD = PD->getGetterMethodDecl(); in GenerateObjCGetter()
884 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl(); in generateObjCGetterBody()
DCGObjCGNU.cpp1873 if (ObjCMethodDecl *getter = property->getGetterMethodDecl()) { in GenerateProtocol()
2114 if (ObjCMethodDecl *getter = property->getGetterMethodDecl()) { in GeneratePropertyList()
DCGDebugInfo.cpp1933 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
2022 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
DCGObjCMac.cpp3298 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) in GenerateClass()
5873 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) in BuildClassRoTInitializer()
/external/clang/include/clang/AST/
DDeclObjC.h860 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
/external/clang/lib/AST/
DASTDumper.cpp1699 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
DASTImporter.cpp4240 cast_or_null<ObjCMethodDecl>(Importer.Import(D->getGetterMethodDecl()))); in VisitObjCPropertyDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp791 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyDecl()