/llvm-project/clang/test/Rewriter/ |
H A D | objc-modern-class-init-hooks.mm | 9 @interface Sub : Super interface 12 @implementation Sub @end implementation 18 @interface Sub(Cat) @end interface in Cat 22 @implementation Sub(Cat) @end implementation in Cat
|
H A D | objc-modern-class-init.mm | 9 @interface Sub : Super interface 12 @implementation Sub @end implementation 18 @interface Sub(Cat) @end interface in Cat 22 @implementation Sub(Cat) @end implementation in Cat
|
H A D | objc-modern-metadata-visibility.mm | 11 @interface Sub : NSObject { interface 19 @implementation Sub implementation
|
/llvm-project/libcxx/test/libcxx/algorithms/ |
H A D | robust_against_cpp20_hostile_iterators.compile.pass.cpp | 53 operator +(Sub,difference_type) operator +() argument 54 operator +(difference_type,Sub) operator +() argument 55 operator -(Sub,difference_type) operator -() argument 56 operator -(Sub,Sub) operator -() argument 58 operator <(Sub,Sub) operator <() argument 59 operator >(Sub,Sub) operator >() argument 60 operator <=(Sub,Sub) operator <=() argument 61 operator >=(Sub,Sub) operator >=() argument [all...] |
/llvm-project/clang/test/Index/ |
H A D | complete-ivar-access.m | 31 @interface Sub : Super { interface 41 @implementation Sub implementation in Sub 42 - (void)method:(Sub *)sub with:(Other *)other { 47 void f(Sub *sub, Other *other) { category
|
H A D | overriding-method-comments.mm | 24 @interface Sub : Root interface 27 @interface Sub (CAT) interface in CAT 33 @implementation Sub(CAT) implementation in CAT
|
H A D | file-refs.m | 28 @interface Sub : Base interface 32 @implementation Sub implementation
|
H A D | modules-objc-categories.m | 4 @interface Sub : Foo interface
|
H A D | index-suppress-refs.cpp | 4 class Sub : B1, B2 { class
|
H A D | cursor-ref-names.cpp | 7 struct Sub: public Base<int> { struct
|
/llvm-project/clang/test/SemaCXX/ |
H A D | pragma-pack.cpp | 11 struct Sub : public Base { struct 12 char c; 28 struct Sub : virtual Base { struct 29 char c;
|
H A D | constexpr-single-element-array.cpp | 9 struct Sub { int x; }; argument
|
/llvm-project/clang/test/SemaObjC/ |
H A D | nowarn-superclass-method-mismatch.m | 11 @interface Sub : Super interface 14 @implementation Sub implementation
|
H A D | ivar-sem-check-2.m | 11 @interface Sub : Super interface 17 @implementation Sub implementation
|
H A D | warn-superclass-method-mismatch.m | 12 -(void) method2: (Sub*) x; // expected-note{{passing argument to parameter 'x' here}} argument 23 @interface Sub : Base interface 25 -(void) method1: (Sub*) x; // expected-warning {{method parameter type 'Sub *' does not match super… argument 29 -(void) method_r: (char)ch : (float*)f1 : (Sub*) x; // expected-warning {{method parameter type 'Su… argument
|
H A D | error-missing-getter.m | 33 @interface Sub : Subclass interface 36 @implementation Sub implementation
|
H A D | property-ambiguous-synthesis.m | 22 @interface Sub : AnObject interface 25 @implementation Sub implementation
|
H A D | method-direct-arc.m | 31 @interface Sub : Root interface 34 @implementation Sub implementation
|
H A D | call-unavailable-init-in-self.m | 18 @interface Sub: NSObject interface 29 @implementation Sub implementation
|
/llvm-project/clang/test/Analysis/ |
H A D | temporaries-callback-order.cpp | 6 struct Sub : Super { struct 12 Sub().m(); in testTemporaries() argument
|
H A D | lambdas.mm | 9 @interface Sub : Super { interface 15 @implementation Sub implementation
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | pragma-pack.cpp | 9 struct Sub : virtual Base { struct 13 // CHECK: %struct.Sub = type <{ ptr, i8, %struct.Base }> argument
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | default-property-synthesis.m | 27 @interface Sub : Super <PROTO1> interface 35 @implementation Sub implementation
|
H A D | objc2-weak-import-attribute.m | 42 @interface Sub : Super @end interface 44 @implementation Sub @end implementation
|
/llvm-project/clang/test/Index/Inputs/ |
H A D | t2.m | 10 @implementation Sub implementation
|