Home
last modified time | relevance | path

Searched defs:MyClass (Results 1 – 25 of 89) sorted by relevance

1234

/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dobjc-properties.m13 @interface MyClass; interface
29 - (id) initWithPtr:(MyClass*) value; argument
30 - (id) myInitWithPtr:(MyClass*) value; argument
31 - (void) someMethod: (MyClass*)In; argument
37 - (id) initWithPtr: (MyClass*) value { argument
48 - (id) myInitWithPtr: (MyClass*) value { argument
53 - (void) setY:(MyClass*) NewValue { argument
57 - (void) setZ:(MyClass*) NewValue { argument
65 - (void) someMethod: (MyClass*)In { argument
H A DObjCProperties.m7 @interface MyClass { interface
15 @implementation MyClass implementation
H A Dtemplates.cpp13 class MyClass class
16 MyClass() {} in MyClass() function in MyClass
24 template<class T> inline MyClass<T>::MyClass(T a){} in MyClass() function in MyClass
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Ddelay-parsing-cfunctions.m5 @interface MyClass interface
9 @implementation MyClass implementation in MyClass
14 int bar(MyClass * myObject) { category
20 int gorfbar(MyClass * myObject) { category
H A Dmethod-undef-extension-warn-1.m3 @interface MyClass interface
12 @interface MyClass () <P> interface in P
17 @interface MyClass (Category) interface in Category
21 @implementation MyClass // expected-warning {{method 'Pmeth1' in protocol 'P' not implemented}} \ implementation
H A Doverriding-property-in-class-extension.m9 @interface MyClass : NSObject interface
15 @interface MyClass () { interface in NSString
23 @implementation MyClass implementation
H A Dproperty-category-impl.m8 @interface MyClass interface
15 @implementation MyClass implementation
19 @interface MyClass (private) interface in private
23 @implementation MyClass (private) implementation in private
27 @interface MyClass (public) interface in public
31 @implementation MyClass (public) implementation in public
H A Dmethod-lookup-4.m8 @interface MyClass : NSObject {} interface
12 @interface MyClass (MyCategorie) interface in MyCategorie
28 @implementation MyClass implementation
35 @implementation MyClass (MyCategorie) implementation in MyCategorie
H A Dtentative-property-decl.m17 @interface MyClass : Super interface
22 @interface MyClass () interface in nonatomic
26 @implementation MyClass implementation
H A Dclass-unavail-warning.m5 @interface MyClass { // expected-note 8 {{'MyClass' has been explicitly marked unavailable here}} interface
24 @interface MyClass (Cat1) interface in Cat1
28 @interface MyClass (Cat2) // no error. interface in Cat2
31 @implementation MyClass (Cat2) // expected-error {{unavailable}} implementation in Cat2
H A Dproperty-redundant-decl-accessor.m4 @interface MyClass { interface
15 @implementation MyClass implementation
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Ddelay-parsing-cplusfuncs.mm5 @interface MyClass interface
22 @implementation MyClass implementation in MyClass
27 int S::bar(MyClass * myObject) { category
33 int S::gorfbar(MyClass * myObject) { category
39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) { category
43 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; } category
H A Ddelay-parsing-cfunctions.mm10 @interface MyClass interface
14 @implementation MyClass implementation in MyClass
19 int bar(MyClass * myObject) { category
25 int gorfbar(MyClass * myObject) { category
H A Ddelay-parsing-func-tryblock.mm5 @interface MyClass interface
17 @implementation MyClass implementation in MyClass
22 int BadReturn::bar(MyClass * myObject) { category
27 BadReturn::BadReturn(MyClass * myObject) try : CObj(myObject) { category
43 void BadReturn::MemFunc(MyClass * myObject) try { category
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dcomplete-at-directives.m2 @interface MyClass { @public } interface
5 @implementation MyClass implementation
H A Dcomment-objc-decls.m54 @interface MyClass : NSObject<MyProto> interface
85 @interface MyClass() interface in id
100 @interface MyClass (Category) interface in Category
122 @implementation MyClass { implementation
150 @implementation MyClass (Category) implementation in Category
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Ddebug-info-selector.m5 @interface MyClass { interface
10 @implementation MyClass implementation
H A Ddebug-info-self.m5 @interface MyClass { interface
10 @implementation MyClass implementation
H A Dsynchronized.m3 @interface MyClass interface
9 @implementation MyClass implementation
H A Darc-compound-stmt.m11 @interface MyClass interface
15 @implementation MyClass implementation
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddebug-info-ctor2.cpp5 class MyClass class
8 explicit MyClass (int i) : in MyClass() function in MyClass
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/
H A Daddress-safety-attr.mm4 @interface MyClass interface
8 @implementation MyClass implementation
H A Dmessage-reference.mm8 @interface MyClass interface
12 @implementation MyClass implementation
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dobjc-property-syntax.m3 @interface MyClass { interface
13 @implementation MyClass implementation
/minix3/external/bsd/llvm/dist/clang/test/Analysis/objc/
H A Ddirect-ivar-assignment-in-annotated-functions.m13 @interface MyClass; interface
19 - (void) someMethodNotAnnaotated: (MyClass*)In; argument
46 - (void) someMethod: (MyClass*)In { argument
55 - (void) someMethodNotAnnaotated: (MyClass*)In { argument

1234