/llvm-project/clang/test/SemaObjC/ |
H A D | arc-property-decl-attrs.m | 104 @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 D | tentative-property-decl.m | 17 @property(nonatomic, copy, readonly) NSString *prop; property 32 @property(nonatomic, copy, readonly) NSString *prop; property
|
H A D | property-ivar-mismatch.m | 8 @property int prop; property
|
H A D | attr-suppress.m | 43 @property SUPPRESS2("prop") int *prop; // no-warning property
|
H A D | ivar-sem-check-2.m | 8 @property(retain) id prop; property
|
H A D | objc-buffered-methods.m | 8 @property int prop; property
|
/llvm-project/clang/test/Index/ |
H A D | index-decls.m | 2 @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 D | TestDialect.cpp | 61 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 D | atomic-property.m | 4 @property id prop; property 6 - (id) prop; method 19 - (id) prop { return 0; } method
|
H A D | fixit-availability.mm | 128 @property(copy) NewClass *prop; global() property 148 @property(copy) NewClass *prop; global() property
|
H A D | fixit-add-synthesize-to-property.m | 5 @property int prop; property
|
H A D | fixit-availability-maccatalyst.m | 21 @property(copy) NewClass *prop; global() property
|
/llvm-project/clang/test/Parser/ |
H A D | objc-property-syntax.m | 4 int prop; field 10 @property int prop; property
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | property-type-mismatch.mm | 10 @property (assign) NSObject<P1> *prop; property 17 @property (assign) NSObject<P2> *prop; property
|
/llvm-project/clang/test/ARCMT/ |
H A D | GC-no-arc-runtime.m | 33 @property (retain) id prop; property 77 __weak id prop; field 79 @property (readonly) __weak id prop; property
|
H A D | autoreleases.m | 18 @property (retain) id prop; property 30 -(id) prop { method
|
/llvm-project/mlir/unittests/IR/ |
H A D | OpPropertiesTest.cpp | 42 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 D | AdaptorTest.cpp | 43 OIListSimple::Properties prop; in TEST() local 62 FormatVariadicOfVariadicOperand::Properties prop; in TEST() local
|
/llvm-project/libcxx/utils/ |
H A D | generate_extended_grapheme_cluster_table.py | 28 prop: str = None variable in PropertyRange 35 prop: int = -1 variable in Entry [all...] |
H A D | generate_indic_conjunct_break_table.py | 28 prop: str = None variable in PropertyRange 35 prop: int = -1 variable in Entry [all...] |
/llvm-project/clang/test/Analysis/ |
H A D | number-object-conversion.m | 47 NSNumber *prop; field 50 @property(copy) NSNumber *prop; property
|
/llvm-project/clang/test/ARCMT/Inputs/ |
H A D | test1.m.in | 9 @property (strong) id prop; property
|
/llvm-project/clang/test/ARCMT/designated-init-in-header/ |
H A D | file2.m.in | 4 -(int)prop { return 0; } method
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | arc-literals.m | 113 @property (retain) A* prop; property
|
H A D | instance-method-metadata.m | 10 @property (assign) id prop; property
|