Searched refs:Synthesize (Results 1 – 15 of 15) sorted by relevance
888 bool Synthesize, in ActOnPropertyImplDecl() argument941 if (Synthesize&& in ActOnPropertyImplDecl()975 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext())) in ActOnPropertyImplDecl()979 if (Synthesize) { in ActOnPropertyImplDecl()1010 if (Synthesize) { in ActOnPropertyImplDecl()1222 (Synthesize ? in ActOnPropertyImplDecl()1223 ObjCPropertyImplDecl::Synthesize in ActOnPropertyImplDecl()1232 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()1271 if (getLangOpts().ObjCAutoRefCount && Synthesize) in ActOnPropertyImplDecl()1286 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()[all …]
3064 case ObjCPropertyImplDecl::Synthesize: in getCursorKindForDecl()
118 ObjCPropertyImplDecl::Synthesize) { in TraverseObjCMethodDecl()
109 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
174 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in checkObjCDealloc()
227 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
2606 Synthesize, enumerator2666 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
1311 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
1595 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
4085 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
22 - Synthesize GDEF glyph class for any glyph that does not have one in GDEF.
3240 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()5796 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){ in BuildClassRoTInitializer()
2098 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList()
3355 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
906 HelpText<"Synthesize retain and release calls for Objective-C pointers">;