| /llvm-project-15.0.7/clang/test/ExtractAPI/ |
| H A D | objc_interface.m | 22 - (void)setProperty:(unsigned) Property andOtherThing: (unsigned) Thing; 64 "source": "c:objc(cs)Super(im)setProperty:andOtherThing:", 274 "spelling": "setProperty:" 380 "precise": "c:objc(cs)Super(im)setProperty:andOtherThing:" 397 "spelling": "setProperty:andOtherThing:" 407 "spelling": "setProperty:andOtherThing:" 410 "title": "setProperty:andOtherThing:" 414 "setProperty:andOtherThing:"
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-dynamic-value/ |
| H A D | dynamic-value.m | 38 - (void) setProperty: (int) newValue; 48 - (void) setProperty: (int) newValue 50 _property = newValue; // This is the line in setProperty, make sure we step to here. 136 [mySource setProperty: 5]; // Break here to see if we can step into real method.
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | class-property-access.m | 52 [RootClass setProperty : 1]; 53 [Subclass setProperty : 2];
|
| H A D | nsobject-attribute.m | 28 void setProperty(id self, id value) { function
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-stepping/ |
| H A D | stepping-tests.m | 43 - (void) setProperty: (int) newValue; 49 - (void) setProperty: (int) newValue 128 [mySource setProperty: 5]; // Set fifth breakpoint here.
|
| /llvm-project-15.0.7/lldb/test/API/macosx/dyld-trie-symbols/ |
| H A D | main.mm | 38 - (void) setProperty: (int) newValue; 48 - (void) setProperty: (int) newValue 50 _property = newValue; // This is the line in setProperty, make sure we step to here.
|
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | TypeErasedDataflowAnalysisTest.cpp | 316 ConstructorVal.setProperty("is_set", Env.getBoolLiteralValue(false)); in transfer() 331 ConstructorVal.setProperty("is_set", Env.getBoolLiteralValue(true)); in transfer() 374 MergedVal.setProperty("is_set", IsSet); in merge() 468 ConstructorVal.setProperty("has_value", Env.getBoolLiteralValue(false)); in transfer() 485 ConstructorVal.setProperty("has_value", Env.getBoolLiteralValue(true)); in transfer() 518 MergedVal.setProperty("has_value", *HasValue1); in merge() 520 MergedVal.setProperty("has_value", HasValueTop); in merge()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenIntrinsics.h | 190 void setProperty(Record *R);
|
| H A D | CodeGenTarget.cpp | 816 setProperty(Property); in CodeGenIntrinsic() 836 setProperty(Rec); in setDefaultProperties() 839 void CodeGenIntrinsic::setProperty(Record *R) { in setProperty() function in CodeGenIntrinsic
|
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 177 OptionalVal.setProperty("has_value", HasValueVal); in setHasValue() 196 OptionalVal->setProperty("has_value", *HasValueVal); in getHasValue() 275 OptionalVal.setProperty("value", Env.takeOwnership(std::move(ValueRef))); in maybeInitializeOptionalValueMember()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | Value.h | 70 void setProperty(llvm::StringRef Name, Value &Val) { in setProperty() function
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-kvc.m | 29 @property NSSet *setProperty; property
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 177 void setProperty() { in setProperty() function in __anona14c30040111::LatticeCell 472 setProperty(); in convertToProperty()
|