| 104 | size_t instrId() const { return m_instrId; } |
| 105 | XrefType type() const { return m_type; } |
| 106 | XrefQueryKind kind() const { return m_queryKind; } |
| 107 | int size() const { return m_size; } |
| 108 | void setSize(int size) const { m_size = size; } |
| 109 | void setParent(XrefHeader* parent) const; |
no outgoing calls
no test coverage detected