Searched refs:bycopy (Results 1 – 21 of 21) sorted by relevance
6 - (oneway void)clientWithId:(bycopy NSString *)clientId7 canBeginSyncingPlanWithId:(bycopy NSString *)planId8 syncModes:(bycopy NSArray /* ISDSyncState */ *)syncModes9 entities:(bycopy NSArray /* ISDEntity */ *)entities10 …truthPullers:(bycopy NSDictionary /* NSString -> [NSString] */ *)truthPullers; // expected-error {…
5 - (bycopy id)serverPID; // expected-note {{previous declaration is here}}6 - (void)doStuff:(bycopy id)clientId; // expected-note {{previous declaration is here}}7 - (bycopy id)Ok;8 + (oneway id) stillMore : (byref id)Arg : (bycopy oneway id)Arg1; // expected-note 3 {{previous de…18 - (bycopy id)Ok { return 0; }19 + (id) stillMore : (id)Arg : (bycopy id)Arg1 { return Arg; } // expected-warning {{conflicting dis…
5 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2;10 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2{ return…
6 - (bycopy id)bud; // expected-note {{previous declaration is here}}40 - (bycopy id)bud { return 0; }
6 - (oneway void)clientWithId:(bycopy NSString *)clientId7 canBeginSyncingPlanWithId:(bycopy NSString *)planId8 syncModes:(bycopy NSArray /* ISDSyncState */ *)syncModes9 entities:(bycopy NSArray /* ISDEntity */ *)entities10 …truthPullers:(bycopy NSDictionary /* NSString -> [NSString] */ *)truthPullers; // expected-error{{…
25 auto bycopy = [values...]() { print(values...); }; in do_print() local26 bycopy(); in do_print()
26 auto bycopy = [values...]() { print(values...); }; in do_print() local27 bycopy(); in do_print()
3 - (void) bycopy : (int) woodo, ... ;34 - (void) bycopy : (int) woodo, ... ;
5 -(bycopy)methodIn:(in int)i andOut:(out short *)j , ...;
174 // CHECK-CCF: NotImplemented:{TypedText bycopy} (40)188 // CHECK-CCG-NOT: NotImplemented:{TypedText bycopy} (40)201 // CHECK-CCH: NotImplemented:{TypedText bycopy} (40)
185 - (void)method:(in bycopy A*)ain result:(out byref A**)aout;345 …CInstanceMethodDecl:{ResultType void}{TypedText method:}{Placeholder (in bycopy A *)}{HorizontalSp…
113 optional bool bycopy = 7; field
673 // bycopy/byref/in/inout/oneway/out?
744 // bycopy/byref/in/inout/oneway/out?