/external/clang/test/Index/ |
D | complete-categories.m | 4 @interface I1 @end interface 8 @interface I1(Cat1) @end interface in Cat1 9 @interface I1(Cat2) @end interface in Cat2 10 @interface I1(Cat3) @end interface in Cat3 18 @implementation I1(Cat2) @end implementation in Cat2 19 @implementation I1(Cat3) @end implementation in Cat3
|
/external/clang/test/ASTMerge/Inputs/ |
D | category1.m | 1 @interface I1 interface 5 @interface I1 (Cat1) interface in Cat1 10 @interface I1 () interface in int 15 @interface I1 (Cat2) interface in Cat2
|
D | category2.m | 3 @interface I1 interface 7 @interface I1 (Cat1) interface in Cat1 12 @interface I1 () interface in Int 17 @interface I1 (Cat2) interface in Cat2
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-class-extension.m | 5 @interface I1 interface 8 @implementation I1 { implementation
|
D | 2009-01-21-invalid-debug-info.m | 10 @interface I1 @end interface 12 @implementation I1 implementation
|
D | debug-info-property4.m | 10 @interface I1 interface 14 @implementation I1 implementation
|
D | debug-info-property3.m | 4 @interface I1 interface 8 @implementation I1 implementation
|
D | debug-info-property.m | 6 @interface I1 { interface 12 @implementation I1 implementation
|
D | class-type.m | 13 @interface I1 { interface 18 @implementation I1 implementation
|
D | auto-property-synthesize-protocol.m | 22 @interface I1<P1> interface 26 @implementation I1 // expected-warning {{auto property synthesis will not synthesize property decla… implementation
|
D | synthesize_ivar.m | 34 @interface I1 { interface 39 @implementation I1 implementation
|
D | debug-info-crash.m | 18 @interface I1 @end interface 19 @implementation I1 implementation
|
D | protocols-lazy.m | 43 @interface I1<P6> @end interface 44 @implementation I1 -im1 { return 0; }; @end implementation
|
/external/clang/test/CodeCompletion/ |
D | namespace.cpp | 5 namespace I1 { } namespace 8 namespace I1 { } namespace
|
D | namespace-alias.cpp | 8 namespace I1 { } namespace 11 namespace I1 { } namespace
|
D | using-namespace.cpp | 8 namespace I1 { } namespace 11 namespace I1 { } namespace
|
D | using.cpp | 8 namespace I1 { } namespace 11 namespace I1 { } namespace
|
/external/clang/test/SemaObjC/ |
D | synthesized-ivar.m | 20 @interface I1 { interface 26 @interface I1() { interface in int 32 @implementation I1 implementation
|
D | no-ivar-access-control.m | 36 @interface I1 { interface 42 @interface I1() { interface in int 48 @implementation I1 implementation
|
D | property-user-setter.m | 29 @interface I1 { interface 35 @implementation I1 implementation 47 @interface I1(CAT) interface in CAT 52 @implementation I1(CAT) implementation in CAT
|
D | sizeof-interface.m | 38 @interface I1 interface 42 @implementation I1 implementation
|
D | protocol-lookup-2.m | 41 @interface I1 : NSObject interface 44 @interface I1(cat) interface in cat
|
D | arc-unavailable-for-weakref.m | 71 @interface I1 <MyProtocol> interface 74 @implementation I1 // expected-note {{when implemented by class I1}} implementation
|
/external/clang/test/Parser/ |
D | objc-synthesized-recover.m | 3 @interface I1 interface 12 @implementation I1 implementation
|
/external/clang/test/Rewriter/ |
D | rewrite-elaborated-type.mm | 34 @interface I1 @end interface 36 @implementation I1 implementation
|