Home
last modified time | relevance | path

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

1234

/external/clang/test/Analysis/
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
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
DObjCProperties.m7 @interface MyClass { interface
15 @implementation MyClass implementation
/external/clang/test/SemaObjC/
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
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
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
Doverriding-property-in-class-extension.m9 @interface MyClass : NSObject interface
15 @interface MyClass () { interface in NSString
23 @implementation MyClass implementation
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
Dtentative-property-decl.m17 @interface MyClass : Super interface
22 @interface MyClass () interface in nonatomic
26 @implementation MyClass implementation
Dproperty-redundant-decl-accessor.m4 @interface MyClass { interface
15 @implementation MyClass implementation
/external/clang/test/SemaObjCXX/
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
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
Ddelay-parsing-func-tryblock.mm4 @interface MyClass interface
16 @implementation MyClass implementation in MyClass
21 int BadReturn::bar(MyClass * myObject) { category
26 BadReturn::BadReturn(MyClass * myObject) try : CObj(myObject) { category
42 void BadReturn::MemFunc(MyClass * myObject) try { category
/external/clang/test/Index/
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
Dcomplete-at-directives.m2 @interface MyClass { @public } interface
5 @implementation MyClass implementation
/external/clang/test/CodeGenObjC/
Ddebug-info-selector.m5 @interface MyClass { interface
10 @implementation MyClass implementation
Ddebug-info-self.m5 @interface MyClass { interface
10 @implementation MyClass implementation
Dsynchronized.m3 @interface MyClass interface
9 @implementation MyClass implementation
/external/clang/test/Analysis/objc/
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
/external/clang/test/CodeGenCXX/
Ddebug-info-ctor2.cpp5 class MyClass class
8 explicit MyClass (int i) : in MyClass() function in MyClass
/external/clang/test/CodeGenObjCXX/
Daddress-safety-attr.mm4 @interface MyClass interface
8 @implementation MyClass implementation
Dmessage-reference.mm8 @interface MyClass interface
12 @implementation MyClass implementation
/external/clang/test/Parser/
Dobjc-property-syntax.m3 @interface MyClass { interface
13 @implementation MyClass implementation
/external/clang/test/Analysis/inlining/
DDynDispatchBifurcate.m65 @interface MyClass : MyParent { interface
75 @implementation MyClass implementation
86 + (int) testTypeFromParamPrivateChild:(MyClass*) c { argument
112 + (int) testIvar: (MyClass*) p { argument
118 + (int) testProperty: (MyClass*) p { argument
/external/compiler-rt/test/tsan/Darwin/
Dobjc-race.mm8 @interface MyClass : NSObject { interface
14 @implementation MyClass implementation

1234