Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_view_unittest.mm60 // Synthesize a mousedown event and send it to the window. The event is
80 // Synthesize a mousedown event and send it to the window. The event is inset
/external/clang/lib/Sema/
DSemaObjCProperty.cpp799 bool Synthesize, in ActOnPropertyImplDecl() argument
852 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 …]
DSemaCodeComplete.cpp2960 case ObjCPropertyImplDecl::Synthesize: in getCursorKindForDecl()
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_item_drag_mac.mm18 // Synthesize a drag event, since we don't have access to the actual event
/external/oprofile/m4/
Dbinutils.m447 …AC_DEFINE_UNQUOTED(SYNTHESIZE_SYMBOLS, $SYNTHESIZE_SYMBOLS, [Synthesize special symbols when neede…
/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.cpp213 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in checkObjCDealloc()
/external/clang/tools/libclang/
DIndexDecl.cpp227 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_drag_drop_cocoa.mm147 // Synthesize an event for dragging, since we can't be sure that
/external/chromium_org/chrome/browser/ui/cocoa/renderer_context_menu/
Drender_view_context_menu_mac.mm101 // Synthesize an event for the click, as there is no certainty that
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextControllerCoreText.mm160 // Synthesize a run of missing glyphs.
/external/chromium_org/content/browser/web_contents/
Dweb_drag_source_mac.mm230 // Synthesize an event for dragging, since we can't be sure that
/external/clang/include/clang/AST/
DDeclObjC.h2358 Synthesize, enumerator
2418 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
/external/clang/lib/AST/
DDeclPrinter.cpp1149 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
DASTDumper.cpp1453 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
DASTImporter.cpp3856 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp3064 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
5658 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){ in BuildClassRoTInitializer()
DCodeGenModule.cpp2968 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
DCGObjCGNU.cpp2069 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList()
/external/clang/include/clang/Driver/
DOptions.td738 HelpText<"Synthesize retain and release calls for Objective-C pointers">;