Home
last modified time | relevance | path

Searched defs:meth (Results 1 – 25 of 74) sorted by relevance

123

/external/clang/test/PCH/
Dmethod-redecls.m7 -(void)meth; method
8 -(void)meth; method
9 -(void)meth; method
15 -(void)meth { } method
Dchain-categories.m34 +(void)meth; class
52 +(void)meth {} class
Dpending-ids.m20 + (BOOL)meth; class
Dchain-class-extension.m15 +(void)meth; class
/external/clang/test/SemaObjC/
Dmethod-undefined-warn-1.m4 - (void) meth; method
14 - (void) meth {} method
20 - (void) meth; method
30 - (void) meth {} method
36 - (void) meth; method
42 - (void) meth {} method
Dcheck-dup-decl-methods-1.m4 - (int) meth; method
11 - (int) meth; // expected-note {{previous declaration is here}} method
12 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}} method
35 - (int) meth; // expected-note {{previous declaration is here}} method
36 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}} method
Dmethod-def-1.m4 - (int)meth; method
8 - (int) meth { return [self meth]; } method
Dclass-unavail-warning.m14 - (MyClass *)meth; // no error. method
21 - (MyClass *)meth; // expected-error {{unavailable}} method
25 - (MyClass *)meth; // no error. method in Cat1
Dundefined-protocol-type-1.m7 - (T<p2, p3, p1, p4>*) meth; // expected-error {{cannot find protocol declaration for 'p3'}} method
Dwarn-category-method-deprecated.m5 - (void)meth; method
Dmissing-atend-metadata.m7 - meth { return 0; } method
Dcircular-container.m153 - (void)meth { method
164 - (void)meth { method
175 - (void)meth { method
Dmessage.m9 - (void)meth; method
14 - (void) meth { [self contents]; } method
Dclass-proto-1.m11 - (INTF1<p1>*) meth; method
Dinvalid-code.m49 -(void)meth {} method
/external/clang/test/Index/
Doverrides.m43 -(void)meth; method in cat
50 -(void)meth { } method
61 -(void)meth; method
72 -(void)meth; method in readwrite
88 -(void)meth; method
92 -(void)meth; method in cat
96 -(void)meth{} method
Dpch-with-errors.m5 -(void)meth; method in cat
9 -(void)meth; method
Dcursor-dynamic-call.mm3 virtual void meth(); field
14 -(void)meth; method
Dindex-decls.m24 -(void)meth { method
54 -(void)meth; method
Dunmatched-braces.m2 -(void)meth { method
Drdar12316296-codecompletion.m18 -(void)meth { method
Dindex-suppress-refs.m12 -(I*)meth; method in cat
/external/python/cpython2/Include/
Dclassobject.h69 #define PyMethod_GET_FUNCTION(meth) \ argument
71 #define PyMethod_GET_SELF(meth) \ argument
73 #define PyMethod_GET_CLASS(meth) \ argument
/external/clang/test/Index/Core/
Dindex-source.m5 -(void)meth; method
78 -(void)meth; method
/external/boringssl/src/crypto/x509v3/
Dv3_int.c79 static void *s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, in s2i_asn1_int()

123