/minix3/external/bsd/llvm/dist/clang/test/Rewriter/ |
H A D | objc-modern-class-init.mm | 10 @interface Sub : Super interface 13 @implementation Sub @end implementation 19 @interface Sub(Cat) @end interface in Cat 23 @implementation Sub(Cat) @end implementation in Cat
|
H A D | objc-modern-class-init-hooks.mm | 10 @interface Sub : Super interface 13 @implementation Sub @end implementation 19 @interface Sub(Cat) @end interface in Cat 23 @implementation Sub(Cat) @end implementation in Cat
|
H A D | objc-modern-metadata-visibility.mm | 12 @interface Sub : NSObject { interface 20 @implementation Sub implementation
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | pragma-pack.cpp | 9 struct Sub : virtual Base { struct 13 // CHECK: %struct.Sub = type <{ i32 (...)**, i8, %struct.Base }> argument 14 void f(Sub*) { } in f() argument
|
/minix3/external/bsd/llvm/dist/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 | file-refs.m | 28 @interface Sub : Base interface 32 @implementation Sub implementation
|
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 | 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
|
H A D | complete-member-access.m | 25 @interface Sub : Int interface
|
H A D | complete-property-getset.m | 16 @interface Sub : Super { } interface
|
/minix3/external/bsd/llvm/dist/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;
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | nowarn-superclass-method-mismatch.m | 12 @interface Sub : Super interface 15 @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 | 36 @interface Sub : Subclass interface 39 @implementation Sub implementation
|
H A D | property-ambiguous-synthesis.m | 23 @interface Sub : AnObject interface 26 @implementation Sub implementation
|
H A D | block-type-safety.m | 5 @interface Sub : Super @end interface 33 f2(^(Sub *o) { }); // expected-error {{incompatible block pointer types passing}} category 37 r0(^Sub* () { return 0; }); // OK, variable of type Super* gets return value of type Sub* category 41 r1(^Sub* () { return 0; }); // OK category
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | default-property-synthesis.m | 28 @interface Sub : Super <PROTO1> interface 36 @implementation Sub implementation
|
H A D | objc2-weak-import-attribute.m | 42 @interface Sub : Super @end interface 44 @implementation Sub @end implementation
|
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/ |
H A D | objcmt-property-dot-syntax.m | 42 @interface Sub : P interface 45 @implementation Sub implementation
|
/minix3/external/bsd/llvm/dist/clang/test/Index/Inputs/ |
H A D | t2.m | 10 @implementation Sub implementation
|
/minix3/external/bsd/llvm/dist/clang/test/FixIt/ |
H A D | typo.m | 105 @interface Sub : Super interface 109 @implementation Sub implementation
|
/minix3/external/bsd/llvm/dist/llvm/examples/Fibonacci/ |
H A D | fibonacci.cpp | 70 Value *Sub = BinaryOperator::CreateSub(ArgX, One, "arg", RecurseBB); in CreateFibFunction() local
|