Searched defs:hasGetterSetterProperties (Results 1 – 2 of 2) sorted by relevance
119 bool hasGetterSetterProperties() const { return m_hasGetterSetterProperties; } in hasGetterSetterProperties() function120 …void setHasGetterSetterProperties(bool hasGetterSetterProperties) { m_hasGetterSetterProperties = … in setHasGetterSetterProperties()
177 bool hasGetterSetterProperties() { return m_structure->hasGetterSetterProperties(); } in hasGetterSetterProperties() function