Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 25 of 81) sorted by relevance

1234

/llvm-project/clang/test/SemaObjC/
H A Darc-property-decl-attrs.m104 @property(readonly, retain) id prop; property
123 @property (copy, nonatomic, readonly) id prop; // expected-error {{property with attribute 'copy' … property
126 @property (assign, nonatomic, readonly) id prop; // expected-note {{it could also be property witho… property
136 @property (readonly) id prop; // expected-error {{property without attribute 'retain (or strong)' w… property
139 @property (retain, readonly) id prop; // expected-note {{it could also be property with attribute '… property
149 @property (copy, nonatomic, readonly) id prop; // expected-error {{property without attribute 'atom… property
152 @property (copy, atomic, readonly) id prop; // expected-note {{it could also be property with attri… property
162 @property (copy, readonly) id prop; // expected-error {{property with getter 'prop' was selected fo… property
165 @property (copy, getter=x, readonly) id prop; // expected-note {{it could also be property with get… property
175 @property (copy, readonly) id prop; property
[all …]
H A Dtentative-property-decl.m17 @property(nonatomic, copy, readonly) NSString *prop; property
32 @property(nonatomic, copy, readonly) NSString *prop; property
H A Dproperty-ivar-mismatch.m8 @property int prop; property
H A Dattr-suppress.m43 @property SUPPRESS2("prop") int *prop; // no-warning property
H A Divar-sem-check-2.m8 @property(retain) id prop; property
H A Dobjc-buffered-methods.m8 @property int prop; property
/llvm-project/clang/test/Index/
H A Dindex-decls.m2 @property (readonly) id prop; property
3 -(id)prop; method
36 @property (assign, nonatomic) id prop; property
37 -(id)prop; method
43 -(id)prop { method
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp61 test::setPropertiesFromAttribute(PropertiesWithCustomPrint &prop, in setPropertiesFromAttribute()
87 const PropertiesWithCustomPrint &prop) { in getPropertiesAsAttribute()
95 llvm::hash_code test::computeHash(const PropertiesWithCustomPrint &prop) { in computeHash()
100 const PropertiesWithCustomPrint &prop) { in customPrintProperties()
106 PropertiesWithCustomPrint &prop) { in customParseProperties()
124 MyPropStruct::setFromAttr(MyPropStruct &prop, Attribute attr, in setFromAttr()
140 MyPropStruct &prop) { in readFromMlirBytecode()
149 MyPropStruct &prop) { in writeToMlirBytecode()
158 test::setPropertiesFromAttribute(VersionedProperties &prop, Attribute attr, in setPropertiesFromAttribute()
182 const VersionedProperties &prop) { in getPropertiesAsAttribute()
[all …]
/llvm-project/clang/test/FixIt/
H A Datomic-property.m4 @property id prop; property
6 - (id) prop; method
19 - (id) prop { return 0; } method
H A Dfixit-availability.mm128 @property(copy) NewClass *prop; global() property
148 @property(copy) NewClass *prop; global() property
H A Dfixit-add-synthesize-to-property.m5 @property int prop; property
H A Dfixit-availability-maccatalyst.m21 @property(copy) NewClass *prop; global() property
/llvm-project/clang/test/Parser/
H A Dobjc-property-syntax.m4 int prop; field
10 @property int prop; property
/llvm-project/clang/test/SemaObjCXX/
H A Dproperty-type-mismatch.mm10 @property (assign) NSObject<P1> *prop; property
17 @property (assign) NSObject<P2> *prop; property
/llvm-project/clang/test/ARCMT/
H A DGC-no-arc-runtime.m33 @property (retain) id prop; property
77 __weak id prop; field
79 @property (readonly) __weak id prop; property
H A Dautoreleases.m18 @property (retain) id prop; property
30 -(id) prop { method
/llvm-project/mlir/unittests/IR/
H A DOpPropertiesTest.cpp42 setPropertiesFromAttribute(TestProperties &prop, Attribute attr, in setPropertiesFromAttribute() argument
84 const TestProperties &prop) { in getPropertiesAsAttribute() argument
95 computeHash(const TestProperties & prop) computeHash() argument
121 getInherentAttr(MLIRContext * context,const Properties & prop,StringRef name) getInherentAttr() argument
125 setInherentAttr(Properties & prop,StringRef name,mlir::Attribute value) setInherentAttr() argument
128 populateInherentAttrs(MLIRContext * context,const Properties & prop,NamedAttrList & attrs) populateInherentAttrs() argument
198 TestProperties &prop = opWithProp.getProperties(); TEST() local
343 TestProperties &prop = opWithProp.getProperties(); TEST() local
364 TestProperties &prop = state.getOrAddProperties<TestProperties>(); TEST() local
[all...]
H A DAdaptorTest.cpp43 OIListSimple::Properties prop; in TEST() local
62 FormatVariadicOfVariadicOperand::Properties prop; in TEST() local
/llvm-project/libcxx/utils/
H A Dgenerate_extended_grapheme_cluster_table.py28 prop: str = None variable in PropertyRange
35 prop: int = -1 variable in Entry
[all...]
H A Dgenerate_indic_conjunct_break_table.py28 prop: str = None variable in PropertyRange
35 prop: int = -1 variable in Entry
[all...]
/llvm-project/clang/test/Analysis/
H A Dnumber-object-conversion.m47 NSNumber *prop; field
50 @property(copy) NSNumber *prop; property
/llvm-project/clang/test/ARCMT/Inputs/
H A Dtest1.m.in9 @property (strong) id prop; property
/llvm-project/clang/test/ARCMT/designated-init-in-header/
H A Dfile2.m.in4 -(int)prop { return 0; } method
/llvm-project/clang/test/CodeGenObjC/
H A Darc-literals.m113 @property (retain) A* prop; property
H A Dinstance-method-metadata.m10 @property (assign) id prop; property

1234