Searched refs:hasSetter (Results 1 – 3 of 3) sorted by relevance
1573 PropertyMirror.prototype.hasSetter = function() { method in PropertyMirror1598 if (this.hasSetter()) {1615 !this.hasGetter() && !this.hasSetter());
1494 if (!RefExpr->getPropertyDecl()->hasSetter()) { in buildSet()
3414 bool hasSetter() const { return SetterId != nullptr; } in hasSetter() function