Searched defs:delegate (Results 1 – 14 of 14) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | method-in-class-extension-impl.m | 8 - (id <ViewDelegate>)delegate; method 19 - (id)delegate {return 0; } method
|
H A D | class-conforming-protocol-2.m | 10 - (id <IBStringsTableWindowDelegate>) delegate; // expected-note {{previous definition is here}} method 20 - (id <NSWindowDelegate>)delegate { // expected-warning {{conflicting return type in implementation… method
|
H A D | resolve-method-in-global-pool.m | 48 @property (assign) id <NSKeyedArchiverDelegate> delegate; property 52 @property (assign) id delegate; property
|
H A D | no-gc-weak-test.m | 8 @property(nonatomic,readwrite,assign) id __weak delegate; property
|
H A D | property-inherited.m | 23 @property(nonatomic, assign) id<FooDelegate> delegate; property 28 @property(nonatomic, assign) id<BarDelegate> delegate; property
|
H A D | default-synthesize.m | 148 @property (nonatomic, assign) id <TMSourceManagerDelegate> delegate; property 152 @property (nonatomic, assign) id <TMSourceManagerDelegate> delegate; property
|
H A D | compatible-protocol-qualified-types.m | 48 - (id <NSTextStorageDelegate>)delegate; method
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
H A D | void_to_obj.mm | 16 void* delegate; field
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | protocol-property-synth.m | 10 @property(assign) id delegate; property
|
H A D | arc-ivar-layout.m | 28 __weak id delegate; field
|
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/ |
H A D | checking.m | 54 -(id)delegate; method 70 -(id)delegate { return self; } method
|
H A D | objcmt-property.m | 74 - (id)delegate; method
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineRegisterInfo.h | 135 void resetDelegate(Delegate *delegate) { in resetDelegate() 144 void setDelegate(Delegate *delegate) { in setDelegate()
|
/minix3/minix/share/beaglebone/weather/ |
H A D | jquery.js | 6 …}},_evalUrl:function(e){return x.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,"thro…
|