Home
last modified time | relevance | path

Searched refs:setX (Results 1 – 19 of 19) sorted by relevance

/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Ddot-syntax-1.m18 -(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 Dimplicit-property.m8 -(void) setX:(int)arg;
H A Ddot-syntax.m30 -(void) setX: (int) arg {
32 printf("-[A setX: %d]\n", myX);
H A Datomic-aggregate-property.m34 // CHECK-LP64: define internal void @"\01-[A setX:]"(
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dqualified-protocol-method-conflicts.m5 -(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 Dproperty-deprecated-warning.m88 - (void)setX:(int)x __attribute__ ((deprecated)); // expected-note 2 {{'setX:' has been explicitly …
93 - (void)setX:(int)x {
102 [foo setX:5678]; // expected-warning {{'setX:' is deprecated}}
104 // expected-warning {{property access is using 'setX:' method which is deprecated}}
H A Dgetter-setter-defined-in-category-of-parent.m15 - (void) setX: (int)in {X = in - 2;}
H A Dmethod-lookup-3.m25 -(void) setX: (INTERFERE_TYPE) arg;
43 [ a0 setX: a1];
H A Divar-lookup.m7 -(void) setX: (int) d;
14 -(void) setX: (int) n {
H A Dproperty-error-readonly-assign.m18 b.x = 10; // expected-error {{no setter method 'setX:' for assignment to property}}
H A Dproperty-user-setter.m11 -(void) setX: (int) a0;
H A Dunused-backing-ivar-warning.m18 - (void) setX:(id)newX { // expected-warning {{ivar '_x' which backs the property is not reference…
H A Datomoic-property-synnthesis-rules.m350 - (void) setX: (int) aValue
/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A Dderived-to-base.cpp44 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()
/minix/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dpropert-dot-error.mm23 a.x = X(); // expected-error {{no setter method 'setX:' for assignment to property}}
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/
H A Dproperty-objects.mm88 - (void)setX:(X)x;
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1581 void setX(Expr *X) { *std::next(child_begin()) = X; } in setX() function
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp1963 Dir->setX(X); in Create()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2135 D->setX(Reader.ReadSubExpr()); in VisitOMPAtomicDirective()