Searched defs:hasSetter (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp700 bool hasSetter = findSetter(false); local
701 assert(hasSetter); (void) hasSetter;
1416 if (!RefExpr->getPropertyDecl()->hasSetter()) {
/external/chromium_org/v8/src/
H A Dmirror-debugger.js1260 PropertyMirror.prototype.hasSetter = function() {
1285 if (this.hasSetter()) {
1302 !this.hasGetter() && !this.hasSetter());
/external/clang/include/clang/AST/
H A DDeclCXX.h3032 bool hasSetter() const { return SetterId != NULL; } function in class:clang::MSPropertyDecl
/external/v8/src/
H A Dmirror-debugger.js1194 PropertyMirror.prototype.hasSetter = function() {
1219 if (this.hasSetter()) {
1236 !this.hasGetter() && !this.hasSetter());

Completed in 183 milliseconds