| /external/clang/test/SemaObjC/ |
| D | property-category-impl.m | 7 @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
|
| D | method-undef-extension-warn-1.m | 3 @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
|
| D | method-lookup-4.m | 7 @interface MyClass : NSObject {} interface 11 @interface MyClass (MyCategorie) interface in MyCategorie 27 @implementation MyClass implementation 34 @implementation MyClass (MyCategorie) implementation in MyCategorie
|
| D | property-redundant-decl-accessor.m | 3 @interface MyClass { interface 14 @implementation MyClass implementation
|
| D | comptypes-5.m | 11 @interface MyClass interface 14 @interface MyClass (Addition) <MyProtocol> interface in Addition
|
| D | undeclared-selector.m | 5 @interface MyClass interface 14 @implementation MyClass implementation
|
| D | method-def-1.m | 12 @interface MyClass interface 17 @implementation MyClass implementation
|
| D | unqualified-to-qualified-class-warn.m | 39 @interface MyClass : NSObject interface 44 @implementation MyClass implementation
|
| D | arc-property.m | 4 @interface MyClass { interface 20 @implementation MyClass implementation
|
| D | comptypes-4.m | 7 @interface MyClass @end interface
|
| /external/clang/test/SemaObjCXX/ |
| D | property-synthesis-error.mm | 8 @interface MyClass interface 17 @interface MyClass () interface in readwrite 23 @implementation MyClass implementation
|
| /external/clang/test/Index/ |
| D | complete-at-directives.m | 2 @interface MyClass { @public } interface 5 @implementation MyClass implementation
|
| D | complete-at-exprstmt.m | 3 @interface MyClass { int ivar; } interface 7 @implementation MyClass implementation
|
| /external/clang/test/CodeGenObjC/ |
| D | debug-info-selector.m | 5 @interface MyClass { interface 10 @implementation MyClass implementation
|
| D | debug-info-self.m | 6 @interface MyClass { interface 11 @implementation MyClass implementation
|
| D | synchronized.m | 3 @interface MyClass interface 9 @implementation MyClass implementation
|
| D | arc-compound-stmt.m | 11 @interface MyClass interface 15 @implementation MyClass implementation
|
| D | objc2-ivar-assign.m | 11 @interface MyClass { interface 24 @implementation MyClass implementation
|
| /external/clang/test/CodeGenCXX/ |
| D | debug-info-ctor2.cpp | 4 class MyClass class 7 explicit MyClass (int i) : in MyClass() function in MyClass
|
| /external/clang/test/Parser/ |
| D | objc-property-syntax.m | 3 @interface MyClass { interface 13 @implementation MyClass implementation
|
| /external/clang/test/Analysis/ |
| D | ObjCProperties.m | 9 @interface MyClass { interface 17 @implementation MyClass implementation
|
| D | rdar-6600344-nil-receiver-undefined-struct-ret.m | 6 @interface MyClass {} interface 9 @implementation MyClass implementation
|
| D | nil-receiver-undefined-larger-than-voidptr-ret.m | 8 @interface MyClass {} interface 17 @implementation MyClass implementation
|
| /external/clang/test/CodeGenObjCXX/ |
| D | message-reference.mm | 8 @interface MyClass interface 12 @implementation MyClass implementation
|
| /external/llvm/test/FrontendObjC/ |
| D | 2009-08-17-DebugInfo.m | 10 @interface MyClass interface 18 @implementation MyClass implementation
|