Home
last modified time | relevance | path

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

123

/external/clang/test/SemaObjC/
Dproperty-category-impl.m7 @interface MyClass interface
14 @implementation MyClass implementation
18 @interface MyClass (private) interface in private
22 @implementation MyClass (private) implementation in private
26 @interface MyClass (public) interface in public
30 @implementation MyClass (public)// expected-warning {{property 'foo' requires method 'setFoo:' to b… implementation in public
Ddelay-parsing-cfunctions.m4 @interface MyClass interface
8 @implementation MyClass implementation in MyClass
13 int bar(MyClass * myObject) { category
19 int gorfbar(MyClass * myObject) { category
Dmethod-undef-extension-warn-1.m3 @interface MyClass // expected-note {{required for direct or indirect protocol 'P'}} interface
12 @interface MyClass () <P> interface in P
17 @interface MyClass (Category) interface in Category
21 @implementation MyClass // expected-warning {{incomplete implementation}} \ implementation
Doverriding-property-in-class-extension.m8 @interface MyClass : NSObject interface
14 @interface MyClass () { interface in NSString
22 @implementation MyClass implementation
Dmethod-lookup-4.m7 @interface MyClass : NSObject {} interface
11 @interface MyClass (MyCategorie) interface in MyCategorie
27 @implementation MyClass implementation
34 @implementation MyClass (MyCategorie) implementation in MyCategorie
Dclass-unavail-warning.m5 @interface MyClass { // expected-note 8 {{declaration 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
Dtentative-property-decl.m16 @interface MyClass : Super interface
21 @interface MyClass () interface in nonatomic
25 @implementation MyClass implementation
Dproperty-redundant-decl-accessor.m3 @interface MyClass { interface
14 @implementation MyClass implementation
Dcomptypes-5.m11 @interface MyClass interface
14 @interface MyClass (Addition) <MyProtocol> interface in Addition
/external/clang/test/SemaObjCXX/
Ddelay-parsing-cplusfuncs.mm4 @interface MyClass interface
21 @implementation MyClass implementation in MyClass
26 int S::bar(MyClass * myObject) { category
32 int S::gorfbar(MyClass * myObject) { category
38 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) { category
42 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; } category
Ddelay-parsing-cfunctions.mm9 @interface MyClass interface
13 @implementation MyClass implementation in MyClass
18 int bar(MyClass * myObject) { category
24 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
Dproperty-synthesis-error.mm8 @interface MyClass interface
17 @interface MyClass () interface in readwrite
23 @implementation MyClass implementation
/external/clang/test/Index/
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.m6 @interface MyClass { interface
11 @implementation MyClass implementation
Dsynchronized.m3 @interface MyClass interface
9 @implementation MyClass implementation
Darc-compound-stmt.m11 @interface MyClass interface
15 @implementation MyClass implementation
/external/clang/test/CodeGenCXX/
Ddebug-info-ctor2.cpp4 class MyClass class
7 explicit MyClass (int i) : in MyClass() function in MyClass
/external/clang/test/Analysis/
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.m6 @interface MyClass { interface
14 @implementation MyClass implementation
/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

123