Searched refs:stringValue (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
| H A D | property-9.m | 27 - (NSString *)stringValue; method
|
| /minix3/external/bsd/llvm/dist/clang/test/ARCMT/ |
| H A D | objcmt-atomic-property.m | 105 - (void)setStringValue:(NSString *)stringValue AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
|
| H A D | objcmt-ns-nonatomic-iosonly.m | 112 - (void)setStringValue:(NSString *)stringValue AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
|
| H A D | objcmt-atomic-property.m.result | 88 @property (getter=getStringValue, strong) NSString *stringValue;
|
| H A D | objcmt-property.m | 108 - (void)setStringValue:(NSString *)stringValue AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
|
| H A D | objcmt-property.m.result | 91 @property (nonatomic, getter=getStringValue, strong) NSString *stringValue;
|
| H A D | objcmt-ns-nonatomic-iosonly.m.result | 95 @property (NS_NONATOMIC_IOSONLY, getter=getStringValue, strong) NSString *stringValue;
|
| /minix3/minix/llvm/passes/include/common/ |
| H A D | pass_common.h | 842 Constant *stringValue = PassUtil::getStringConstantArray(M, string); in getStringGlobalVariable() local 845 strGV = new GlobalVariable(M, stringValue->getType(), true, in getStringGlobalVariable() 846 GlobalValue::InternalLinkage, stringValue, varName); in getStringGlobalVariable()
|