Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/FixIt/
H A Datomic-property.m9 @property ( ) id prop1; property
20 - (id) prop1 { return 0; } method
/llvm-project-15.0.7/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-15.0.7/clang/test/SemaObjC/
H A Diboutletcollection-attr.m13 @property (nonatomic, retain) __attribute__((iboutletcollection(I))) id prop1; property
28 @property (nonatomic, retain) __attribute__((iboutletcollection(I,2,3))) id prop1; // expected-erro… property
H A Dobjc-buffered-methods.m10 @property int prop1; property
H A Ddefault-synthesize-3.m94 @property (readonly) id prop1; // expected-note {{property declared here}} property
108 @property (assign,readwrite) id prop1; // expected-warning {{auto property synthesis will not synth… property
/llvm-project-15.0.7/clang/test/PCH/
H A Dchain-categories2.m17 @property (readonly) id prop1; property
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dproperty-reference.mm38 @property (nonatomic) const test1::A &prop1; property
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp666 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration( in findSetter() local