Searched refs:MyLocation (Results 1 – 3 of 3) sorted by relevance
25 struct MyLocation { struct26 MyLocation() : id(42) {} in MyLocation() argument27 MyLocation(int id) : id(id) {} in MyLocation() function34 std::vector<std::unique_ptr<MyLocation>> myLocs; in runOnOperation()38 myLocs.push_back(std::make_unique<MyLocation>(last_it++)); in runOnOperation()45 OpaqueLoc::get<MyLocation *>(myLocs.back().get(), &getContext())); in runOnOperation()56 OpaqueLoc::get<MyLocation *>(myLocs.back().get(), loc)); in runOnOperation()67 MyLocation *loc = OpaqueLoc::getUnderlyingLocationOrNull<MyLocation *>( in runOnOperation()
6 // CHECK: MyLocation: 0: 'foo' op8 // CHECK: MyLocation: 0: 'foo' op9 // CHECK: MyLocation: 1: 'std.constant' op11 // CHECK: MyLocation: 1: 'std.constant' op
1168 NSMutableArray<MyLocation *> *mutableLocations = [otherObject.locations mutableCopy];