Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexDecl.cpp210 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl()
235 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
H A DIndexingContext.cpp613 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty()
H A DCIndex.cpp1071 if (ObjCMethodDecl *MD = prevDecl->getGetterMethodDecl()) in VisitObjCPropertyDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp433 const VarDecl *selfVar = Prop->getGetterMethodDecl()->getSelfDecl(); in createObjCPropertyGetter()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp393 PDecl->setGetterMethodDecl(PrimaryPDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
513 PDecl->setGetterMethodDecl(PIDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
1134 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl()
1847 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
H A DSemaExprObjC.cpp3100 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
H A DSemaCodeComplete.cpp6225 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp411 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp790 if (!PD->getGetterMethodDecl()->isDefined()) { in RewritePropertyImplDecl()
802 PD->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
810 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()
5406 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()
5684 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp966 PD->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl()
974 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl()
7204 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData()
7456 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h694 if (const ObjCMethodDecl *Getter = PDecl->getGetterMethodDecl())
H A DDeclObjC.h2328 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp745 ObjCMethodDecl *OMD = PD->getGetterMethodDecl(); in GenerateObjCGetter()
831 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl(); in generateObjCGetterBody()
H A DCGObjCGNU.cpp1831 if (ObjCMethodDecl *getter = property->getGetterMethodDecl()) { in GenerateProtocol()
2074 if (ObjCMethodDecl *getter = property->getGetterMethodDecl()) { in GeneratePropertyList()
H A DCGDebugInfo.cpp1698 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
1772 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition()
H A DCGObjCMac.cpp3043 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) in GenerateClass()
5617 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) in BuildClassRoTInitializer()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp1527 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
H A DASTImporter.cpp3822 cast_or_null<ObjCMethodDecl>(Importer.Import(D->getGetterMethodDecl()))); in VisitObjCPropertyDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp634 Writer.AddDeclRef(D->getGetterMethodDecl(), Record); in VisitObjCPropertyDecl()