Home
last modified time | relevance | path

Searched refs:Synthesize (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp802 bool Synthesize, in ActOnPropertyImplDecl() argument
855 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 …]
DSemaCodeComplete.cpp3007 case ObjCPropertyImplDecl::Synthesize: in getCursorKindForDecl()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp118 ObjCPropertyImplDecl::Synthesize) { in TraverseObjCMethodDecl()
DTransProperties.cpp105 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp174 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in checkObjCDealloc()
/external/clang/tools/libclang/
DIndexDecl.cpp227 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
/external/clang/include/clang/AST/
DDeclObjC.h2374 Synthesize, enumerator
2434 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
/external/clang/lib/AST/
DDeclPrinter.cpp1172 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
DASTDumper.cpp1541 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
DASTImporter.cpp3913 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp3037 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
5614 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){ in BuildClassRoTInitializer()
DCGObjCGNU.cpp2075 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList()
DCodeGenModule.cpp3116 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
/external/clang/include/clang/Driver/
DOptions.td824 HelpText<"Synthesize retain and release calls for Objective-C pointers">;