Searched refs:Synthesize (Results 1 – 21 of 21) sorted by relevance
60 // Synthesize a mousedown event and send it to the window. The event is80 // Synthesize a mousedown event and send it to the window. The event is inset
799 bool Synthesize, in ActOnPropertyImplDecl() argument852 if (Synthesize&& in ActOnPropertyImplDecl()886 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext())) in ActOnPropertyImplDecl()890 if (Synthesize) { in ActOnPropertyImplDecl()921 if (Synthesize) { in ActOnPropertyImplDecl()1126 (Synthesize ? in ActOnPropertyImplDecl()1127 ObjCPropertyImplDecl::Synthesize in ActOnPropertyImplDecl()1136 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()1173 if (getLangOpts().ObjCAutoRefCount && Synthesize) in ActOnPropertyImplDecl()1188 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()[all …]
2960 case ObjCPropertyImplDecl::Synthesize: in getCursorKindForDecl()
18 // Synthesize a drag event, since we don't have access to the actual event
47 …AC_DEFINE_UNQUOTED(SYNTHESIZE_SYMBOLS, $SYNTHESIZE_SYMBOLS, [Synthesize special symbols when neede…
118 ObjCPropertyImplDecl::Synthesize) { in TraverseObjCMethodDecl()
105 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
213 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in checkObjCDealloc()
227 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
147 // Synthesize an event for dragging, since we can't be sure that
101 // Synthesize an event for the click, as there is no certainty that
160 // Synthesize a run of missing glyphs.
230 // Synthesize an event for dragging, since we can't be sure that
2358 Synthesize, enumerator2418 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
1149 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
1453 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
3856 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
3064 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()5658 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){ in BuildClassRoTInitializer()
2968 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
2069 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList()
738 HelpText<"Synthesize retain and release calls for Objective-C pointers">;