Searched refs:Synthesize (Results 1 – 14 of 14) sorted by relevance
802 bool Synthesize, in ActOnPropertyImplDecl() argument855 if (Synthesize&& in ActOnPropertyImplDecl()889 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext())) in ActOnPropertyImplDecl()893 if (Synthesize) { in ActOnPropertyImplDecl()924 if (Synthesize) { in ActOnPropertyImplDecl()1129 (Synthesize ? in ActOnPropertyImplDecl()1130 ObjCPropertyImplDecl::Synthesize in ActOnPropertyImplDecl()1139 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()1176 if (getLangOpts().ObjCAutoRefCount && Synthesize) in ActOnPropertyImplDecl()1191 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()[all …]
3007 case ObjCPropertyImplDecl::Synthesize: in getCursorKindForDecl()
118 ObjCPropertyImplDecl::Synthesize) { in TraverseObjCMethodDecl()
105 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
174 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in checkObjCDealloc()
227 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
2374 Synthesize, enumerator2434 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
1172 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
1541 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
3913 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
3037 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()5614 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){ in BuildClassRoTInitializer()
2075 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList()
3116 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
824 HelpText<"Synthesize retain and release calls for Objective-C pointers">;