Home
last modified time | relevance | path

Searched defs:meth1 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dcheck-dup-decl-methods-1.m13 - (T*) meth1; // expected-note {{previous declaration is here}} method
14 - (T*) meth1; // expected-warning {{multiple declarations of method 'meth1' found and ignored}} method
15 + (T*) meth1; class
23 + (T*) meth1; class in cat
28 + (T*) meth1; // expected-note {{previous declaration is here}} class in cat1
30 + (T**) meth1; // expected-error {{duplicate declaration of method 'meth1'}} class in cat1
H A Dundefined-protocol-type-1.m8 - (T<p2, p3, p1, p4>*) meth1; // expected-error {{cannot find protocol declaration for 'p3'}} method
/llvm-project/clang/test/Index/
H A Dannotate-toplevel-in-objccontainer.m5 -(void)meth1; method in int
14 -(void)meth1 {} method in int
H A Dusrs.m52 - (id) meth1; method
64 - (id) meth1 { return 0; } method
H A Dget-cursor.m86 -(id)meth1 { method
/llvm-project/clang/test/SemaObjCXX/
H A Dobjc-extern-c.mm4 -(void)meth1; method
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-function-2.cpp90 template <typename R> void B<R>::meth1() { in meth1() function in rdar15464547::B