Home
last modified time | relevance | path

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

12

/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-note {{implementation is here}} implementation in public
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
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
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
Dundeclared-selector.m5 @interface MyClass interface
14 @implementation MyClass implementation
Dmethod-def-1.m12 @interface MyClass interface
17 @implementation MyClass implementation
Dunqualified-to-qualified-class-warn.m39 @interface MyClass : NSObject interface
44 @implementation MyClass implementation
Darc-property.m4 @interface MyClass { interface
20 @implementation MyClass implementation
Dcomptypes-4.m7 @interface MyClass @end interface
/external/clang/test/SemaObjCXX/
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
Dcomplete-at-exprstmt.m3 @interface MyClass { int ivar; } interface
7 @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
Dobjc2-ivar-assign.m11 @interface MyClass { interface
24 @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/Parser/
Dobjc-property-syntax.m3 @interface MyClass { interface
13 @implementation MyClass implementation
/external/clang/test/Analysis/
DObjCProperties.m9 @interface MyClass { interface
17 @implementation MyClass implementation
Drdar-6600344-nil-receiver-undefined-struct-ret.m6 @interface MyClass {} interface
9 @implementation MyClass implementation
Dnil-receiver-undefined-larger-than-voidptr-ret.m8 @interface MyClass {} interface
17 @implementation MyClass implementation
/external/clang/test/CodeGenObjCXX/
Dmessage-reference.mm8 @interface MyClass interface
12 @implementation MyClass implementation
/external/llvm/test/FrontendObjC/
D2009-08-17-DebugInfo.m10 @interface MyClass interface
18 @implementation MyClass implementation

12