Home
last modified time | relevance | path

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

/external/chromium/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.cpp793 bool Synthesize, in ActOnPropertyImplDecl() argument
846 if (Synthesize&& in ActOnPropertyImplDecl()
886 if (Synthesize) { in ActOnPropertyImplDecl()
917 if (Synthesize) { in ActOnPropertyImplDecl()
1114 (Synthesize ? in ActOnPropertyImplDecl()
1115 ObjCPropertyImplDecl::Synthesize in ActOnPropertyImplDecl()
1124 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()
1161 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()
1201 if (Synthesize) in ActOnPropertyImplDecl()
1225 if (!Synthesize) in ActOnPropertyImplDecl()
[all …]
DSemaCodeComplete.cpp2945 case ObjCPropertyImplDecl::Synthesize: in getCursorKindForDecl()
/external/oprofile/m4/
Dbinutils.m447 …AC_DEFINE_UNQUOTED(SYNTHESIZE_SYMBOLS, $SYNTHESIZE_SYMBOLS, [Synthesize special symbols when neede…
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_util_mac.mm46 // Synthesize a drag event, since we don't have access to the actual event
/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu_mac.mm36 // Synthesize an event for the click, as there is no certainty that
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp120 ObjCPropertyImplDecl::Synthesize) { in TraverseObjCMethodDecl()
DTransProperties.cpp106 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dweb_contents_drag_source.mm75 // Synthesize an event for dragging, since we can't be sure that
Dweb_drag_source.mm243 // Synthesize an event for dragging, since we can't be sure that
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp219 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in checkObjCDealloc()
/external/clang/tools/libclang/
DIndexDecl.cpp223 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
/external/clang/include/clang/AST/
DDeclObjC.h2139 Synthesize, enumerator
2199 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
/external/clang/lib/AST/
DDeclPrinter.cpp1122 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
DASTDumper.cpp1271 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
DASTImporter.cpp3826 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2616 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
DCGObjCMac.cpp3090 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
5684 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){ in BuildClassRoTInitializer()
DCGObjCGNU.cpp2080 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList()
/external/clang/include/clang/Driver/
DOptions.td599 HelpText<"Synthesize retain and release calls for Objective-C pointers">;
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2424437 … * html/canvas/WebGLRenderingContext.cpp: Synthesize INVALID_VALUE error when input object is 0.