Searched refs:Synthesize (Results 1 – 17 of 17) sorted by relevance
1063 Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, in ActOnPropertyImplDecl() argument1098 if (property->isClassProperty() && Synthesize) { in ActOnPropertyImplDecl()1120 if (Synthesize && (PIkind & ObjCPropertyAttribute::kind_readonly) && in ActOnPropertyImplDecl()1151 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext())) in ActOnPropertyImplDecl()1156 if (Synthesize) { in ActOnPropertyImplDecl()1187 if (Synthesize) { in ActOnPropertyImplDecl()1405 (Synthesize ? ObjCPropertyImplDecl::Synthesize in ActOnPropertyImplDecl()1416 if (Synthesize) { in ActOnPropertyImplDecl()1426 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()1463 if (getLangOpts().ObjCAutoRefCount && Synthesize) in ActOnPropertyImplDecl()[all …]
4159 case ObjCPropertyImplDecl::Synthesize: in getCursorKindForDecl()
92 /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
117 ObjCPropertyImplDecl::Synthesize) { in TraverseObjCMethodDecl()
108 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
73 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
556 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
2805 Synthesize, enumerator2873 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
1701 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
1223 ObjCPropertyImplDecl::Synthesize in VisitObjCPropertyImplDecl()
2843 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
5871 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
1910 ObjCPropertyImplDecl::Synthesize) { in GenerateClass()3579 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList()
3548 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
6724 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
3413 HelpText<"Synthesize retain and release calls for Objective-C pointers">;
6482 - Synthesize ANY responses from cache. Does not search exhaustively,