| 650 | |
| 651 | uint32_t target_id() const { return target_id_; } |
| 652 | void SetTargetPointer(const Pointer* pointer) { pointer_ = pointer; } |
| 653 | spv::StorageClass storage_class() const { return storage_class_; } |
| 654 | const Pointer* target_pointer() const { return pointer_; } |
| 655 |
no outgoing calls
no test coverage detected