Searched defs:meth1 (Results 1 – 7 of 7) sorted by relevance
13 - (T*) meth1; // expected-note {{previous declaration is here}} method14 - (T*) meth1; // expected-warning {{multiple declarations of method 'meth1' found and ignored}} method15 + (T*) meth1; class23 + (T*) meth1; class in cat28 + (T*) meth1; // expected-note {{previous declaration is here}} class in cat130 + (T**) meth1; // expected-error {{duplicate declaration of method 'meth1'}} class in cat1
8 - (T<p2, p3, p1, p4>*) meth1; // expected-error {{cannot find protocol declaration for 'p3'}} method
5 -(void)meth1; method in int14 -(void)meth1 {} method in int
52 - (id) meth1; method 64 - (id) meth1 { return 0; } method
86 -(id)meth1 { method
4 -(void)meth1; method
90 template <typename R> void B<R>::meth1() { in meth1() function in rdar15464547::B