Home
last modified time | relevance | path

Searched defs:prop1 (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/test/Sema/
H A Ddeterministic-diagnostics-order.m8 @property id prop1; property
21 @property int prop1; property
28 -(int) prop1 { return 0; } method
/llvm-project/clang/test/FixIt/
H A Datomic-property.m9 @property ( ) id prop1; property
20 - (id) prop1 { return 0; } method
/llvm-project/clang/test/Index/
H A Dget-cursor.m73 id prop1; field
76 @property (assign) id prop1; property
95 @property (assign) id prop1; property
116 @property (strong, nonnull) id prop1; property
H A Dcomplete-declarators.m9 @property int prop1; property
H A Dcomplete-synthesized.m6 @property int prop1; property
H A Dcomplete-exprs.m8 @property int prop1; property
H A Dcomplete-member-access.m17 @property int prop1; property
H A Doverrides.m59 @property (readonly) id prop1; property
65 @property (readwrite) id prop1; property
/llvm-project/clang/test/SemaObjC/
H A Diboutletcollection-attr.m12 @property (nonatomic, retain) __attribute__((iboutletcollection(I))) id prop1; property
27 @property (nonatomic, retain) __attribute__((iboutletcollection(I,2,3))) id prop1; // expected-erro… property
H A Dobjc-buffered-methods.m9 @property int prop1; property
H A Ddefault-synthesize-3.m93 @property (readonly) id prop1; // expected-note {{property declared here}} property
107 @property (assign,readwrite) id prop1; // expected-warning {{auto property synthesis will not synth… property
/llvm-project/clang/test/PCH/
H A Dchain-categories2.m17 @property (readonly) id prop1; property
/llvm-project/clang/test/CodeGenObjCXX/
H A Dproperty-reference.mm37 @property (nonatomic) const test1::A &prop1; property
/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp675 if (prop != prop1 && (prop1->getSetterMethodDecl() == setter)) { in findSetter() local