• Home
  • Raw
  • Download

Lines Matching refs:setObject

12 - (void)setObject:(id)object atIndexedSubscript:(NSUInteger)index;
18 - (void)setObject:(id)object forKey:(id)key;
19 - (void)setObject:(id)object forKeyedSubscript:(id)key;
38 - (void)setObject:(id)object atIndexedSubscript:(NSUInteger)index;
40 - (void)setObject:(id)object atIndex:(NSUInteger)index;
58 …[_dictionary setObject:_dictionary forKey:@"key"]; // expected-warning {{adding '_dictionary' to '…
69 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend…
91 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend…
112 …[a setObject:a atIndexedSubscript:0]; // expected-warning {{adding 'a' to 'a' might cause circular…
119 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend…
120 …[d setObject:d forKeyedSubscript:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circ…
142 …[s setObject:s atIndex:0]; // expected-warning {{adding 's' to 's' might cause circular dependency…
143 …[s setObject:s atIndexedSubscript:0]; // expected-warning {{adding 's' to 's' might cause circular…
176 …[super setObject:self forKey:@"key"]; // expected-warning {{adding 'self' to 'super' might cause c…
177 [super setObject:nil forKey:@"key"]; // no-warning
178 …[self setObject:self forKey:@"key"]; // expected-warning {{adding 'self' to 'self' might cause cir…
189 …[a setObject:a atIndexedSubscript:0]; // expected-warning {{adding 'a' to 'a' might cause circular…
196 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend…
197 …[d setObject:d forKeyedSubscript:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circ…