Searched refs:Synthesize (Results 1 – 18 of 18) sorted by relevance
898 bool Synthesize, in ActOnPropertyImplDecl() argument934 if (property->isClassProperty() && Synthesize) { in ActOnPropertyImplDecl()956 if (Synthesize&& in ActOnPropertyImplDecl()990 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext())) in ActOnPropertyImplDecl()994 if (Synthesize) { in ActOnPropertyImplDecl()1025 if (Synthesize) { in ActOnPropertyImplDecl()1237 (Synthesize ? in ActOnPropertyImplDecl()1238 ObjCPropertyImplDecl::Synthesize in ActOnPropertyImplDecl()1247 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()1286 if (getLangOpts().ObjCAutoRefCount && Synthesize) in ActOnPropertyImplDecl()[all …]
3077 case ObjCPropertyImplDecl::Synthesize: in getCursorKindForDecl()
118 ObjCPropertyImplDecl::Synthesize) { in TraverseObjCMethodDecl()
109 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
322 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
72 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
2658 Synthesize, enumerator2718 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
1334 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
1707 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
4310 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
3295 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()5870 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){ in BuildClassRoTInitializer()
2108 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList()
3628 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
805 - Synthesize GDEF glyph class for any glyph that does not have one in GDEF.
521 [sfnt] Synthesize a Unicode charmap if one is missing.
3144 Synthesize a `SubFont' object for Type 1 fonts. This is used in the
58 Synthesize vertical metrics (only) if FT_LOAD_VERTICAL_LAYOUT is
1009 HelpText<"Synthesize retain and release calls for Objective-C pointers">;