Home
last modified time | relevance | path

Searched refs:getSetterMethodDecl (Results 1 – 20 of 20) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexDecl.cpp213 if (ObjCMethodDecl *MD = D->getSetterMethodDecl()) in VisitObjCPropertyDecl()
241 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) { in VisitObjCPropertyImplDecl()
H A DIndexingContext.cpp619 if (ObjCMethodDecl *Setter = D->getSetterMethodDecl()) { in handleObjCProperty()
H A DCIndex.cpp1076 if (ObjCMethodDecl *MD = prevDecl->getSetterMethodDecl()) in VisitObjCPropertyDecl()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp52 if (ME->getMethodDecl() == PD->getSetterMethodDecl() && in scan_ivar_release()
H A DIvarInvalidationChecker.cpp405 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit()
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp120 ObjCMethodDecl *setterM = PD->getSetterMethodDecl(); in TraverseObjCMethodDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp394 PDecl->setSetterMethodDecl(PrimaryPDecl->getSetterMethodDecl()); in HandlePropertyInClassExtension()
514 PDecl->setSetterMethodDecl(PIDecl->getSetterMethodDecl()); in HandlePropertyInClassExtension()
1186 if (ObjCMethodDecl *setterMethod = property->getSetterMethodDecl()) { in ActOnPropertyImplDecl()
H A DSemaPseudoObject.cpp630 if (prop != prop1 && (prop1->getSetterMethodDecl() == setter)) { in findSetter()
H A DSemaCodeComplete.cpp6262 !Property->getSetterMethodDecl()) { in AddObjCKeyValueCompletions()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h714 if (const ObjCMethodDecl *Setter = PDecl->getSetterMethodDecl()) {
H A DDeclObjC.h2331 ObjCMethodDecl *getSetterMethodDecl() const { return SetterMethodDecl; } in getSetterMethodDecl() function
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp846 if (PD->isReadOnly() || PD->getSetterMethodDecl()->isDefined()) in RewritePropertyImplDecl()
861 PD->getSetterMethodDecl(), Setr); in RewritePropertyImplDecl()
5411 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl()) in RewriteObjCClassMetaData()
5688 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp1026 PD->getSetterMethodDecl(), Setr); in RewritePropertyImplDecl()
7209 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl()) in RewriteObjCClassMetaData()
7460 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl()) in RewriteObjCCategoryImplDecl()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp1093 ObjCMethodDecl *setterMethod = prop->getSetterMethodDecl(); in generateObjCSetterBody()
1274 ObjCMethodDecl *OMD = PD->getSetterMethodDecl(); in GenerateObjCSetter()
H A DCGObjCGNU.cpp1842 if (ObjCMethodDecl *setter = property->getSetterMethodDecl()) { in GenerateProtocol()
2088 if (ObjCMethodDecl *setter = property->getSetterMethodDecl()) { in GeneratePropertyList()
H A DCGDebugInfo.cpp1699 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); in CreateTypeDefinition()
1773 ObjCMethodDecl *Setter = PD->getSetterMethodDecl(); in CreateTypeDefinition()
H A DCGObjCMac.cpp3046 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) in GenerateClass()
5620 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) in BuildClassRoTInitializer()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp1529 dumpDeclRef(D->getSetterMethodDecl(), "setter"); in VisitObjCPropertyDecl()
H A DASTImporter.cpp3824 cast_or_null<ObjCMethodDecl>(Importer.Import(D->getSetterMethodDecl()))); in VisitObjCPropertyDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp635 Writer.AddDeclRef(D->getSetterMethodDecl(), Record); in VisitObjCPropertyDecl()