Searched refs:setFoo (Results 1 – 15 of 15) sorted by relevance
7 + (void)setFoo:(int)foo;9 - (void)setFoo:(int)foo;17 + (void)setFoo:(int)foo {30 - (void)setFoo:(int)foo {
16 - (void)setFoo:obj {26 // GCC does *not* warn about the following. Since foo/setFoo: are not in the31 [x setFoo:o];
39 …[super setFoo:foo]; // expected-error {{'ClassBase' cannot use 'super' because it is a root class}}50 [super setFoo:foo]; // works with no warning
18 - (void)setFoo:(int)value {
24 - (void) setFoo:(int)foo { _foo = foo; }
85 - (void)setFoo:(int)value;
6 ; void A::setFoo() {}64 …setFoo", metadata !"setFoo", metadata !"_ZN1A6setFooEv", i32 4, metadata !15, i1 false, i1 false, …76 …setFoo", metadata !"setFoo", metadata !"_ZN1A6setFooEv", i32 2, metadata !15, i1 false, i1 true, i…
11 ; virtual void setFoo();97 …setFoo", metadata !"setFoo", metadata !"_ZN1A6setFooEv", i32 4, metadata !15, i1 false, i1 false, …
56 -(void)setFoo:(int)x withBar:(int)y;60 [test3 setFoo:2 withBar:4];141 … CHECK-SPELLRANGE: 56:8 ObjCInstanceMethodDecl=setFoo:withBar::56:8 Extent=[56:1 - 56:37] Spelling…142 // CHECK-SPELLRANGE: 60:3 ObjCMessageExpr=setFoo:withBar::56:8 Extent=[60:3 - 60:29] Spelling=setFo…
23 - (void) setFoo : (Foo *) arg {
132 simple.setFoo(i, new Foo(i)); in testFoo()272 public void setFoo(int pos, Foo value); in setFoo() method361 public void setFoo(int pos, Foo value) { in setFoo() method in ArrayAccessReplaceTest.Simple
17 - (void) setFoo:(const MyStruct&)inFoo;
58 - (void)setFoo:(int)value;
73 Use either setFoo() or adoptFoo() methods, depending on where you