| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | dot-syntax-1.m | 18 -(void) setX: (int) arg; 36 -(void) setX: (int) arg { 45 -(void) setX: (int) arg; 57 -(void) setX: (int) arg { 98 -(void) setX: (int) arg { 107 -(void) setX: (int) arg; 119 -(void) setX: (int) arg { 142 -(void) setX: (int) arg; 160 -(void) setX: (int) arg { 203 -(void) setX: (int) arg; [all …]
|
| H A D | dot-syntax.m | 30 -(void) setX: (int) arg { 32 printf("-[A setX: %d]\n", myX);
|
| H A D | implicit-property.m | 8 -(void) setX:(int)arg;
|
| H A D | atomic-aggregate-property.m | 34 // CHECK-LP64: define internal void @"\01-[A setX:]"(
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | qualified-protocol-method-conflicts.m | 5 -(void) setX: (int) arg0; // expected-note {{previous declaration is here}} 10 -(void) setX: (float) arg0; // expected-note 2 {{previous declaration is here}} 18 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 's… 26 -(void) setX: (float) arg0 { } // expected-warning {{conflicting parameter types in declaration of … 37 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 's…
|
| H A D | property-deprecated-warning.m | 153 - (void)setX:(int)x __attribute__ ((deprecated)); // expected-note 2 {{'setX:' has been explicitly … 158 - (void)setX:(int)x { 167 [foo setX:5678]; // expected-warning {{'setX:' is deprecated}} 169 // expected-warning {{property access is using 'setX:' method which is deprecated}}
|
| H A D | method-lookup-3.m | 25 -(void) setX: (INTERFERE_TYPE) arg; 43 [ a0 setX: a1];
|
| H A D | ivar-lookup.m | 7 -(void) setX: (int) d; 14 -(void) setX: (int) n {
|
| H A D | getter-setter-defined-in-category-of-parent.m | 15 - (void) setX: (int)in {X = in - 2;}
|
| H A D | property-error-readonly-assign.m | 18 b.x = 10; // expected-error {{no setter method 'setX:' for assignment to property}}
|
| H A D | unguarded-availability.m | 152 + (void) setX: (int)newX AVAILABLE_10_12; // expected-note{{'setX:' has been marked as being introd… 156 … on macOS 10.12 or newer}} expected-note{{@available}} expected-warning{{'setX:' is only available…
|
| H A D | property-user-setter.m | 11 -(void) setX: (int) a0;
|
| H A D | unused-backing-ivar-warning.m | 18 - (void) setX:(id)newX { // expected-warning {{ivar '_x' which backs the property is not reference…
|
| H A D | atomic-property-synthesis-rules.m | 350 - (void) setX: (int) aValue
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | derived-to-base.cpp | 44 void setX() { x = 42; } in setX() function in VirtualBaseClasses::C 53 d.setX(); in test() 57 dv.setX(); in test() 61 dv2.setX(); in test() 79 void setX() { x = 42; } in setX() function in VirtualBaseClasses::CI 86 d.setX(); in testIntermediate()
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-print-objectivec.m | 56 - (void)setX:(int)x;
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | propert-dot-error.mm | 23 a.x = X(); // expected-error {{no setter method 'setX:' for assignment to property}}
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | property-objects.mm | 88 - (void)setX:(X)x;
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 888 Dir->setX(Exprs.X); in Create()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2949 void setX(Expr *X) { Data->getChildren()[DataPositionTy::POS_X] = X; } in setX() function
|