HomeSort by relevance Sort by last modified time
    Searched refs:Setter (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
IDLAttributes.txt 22 ActivityLog=Access|Setter|Getter|AccessForIsolatedWorlds|SetterForIsolatedWorlds|GetterForIsolatedWorlds
  /external/clang/include/clang/AST/
ExprObjC.h 527 /// pointer is an (optional) ObjCMethodDecl and Setter may be set.
529 /// the pointer is an ObjCPropertyDecl and Setter is always null.
533 /// to the getter, the setter, or both.
541 /// \brief Contains the Setter method pointer and MethodRefFlags bit flags.
581 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
587 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
592 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
597 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
602 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
607 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0)
    [all...]
DeclCXX.h     [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
cpp_message.py 84 def Setter(self, value):
87 return property(Getter, Setter)
179 def Setter(self, new_value):
184 return property(Getter, Setter, doc=doc)
285 def Setter(self, new_value):
290 return property(Getter, Setter, doc=doc)
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaPseudoObject.cpp 24 // as a message-send of the associated 'setter' selector, typically:
260 ObjCMethodDecl *Setter;
267 SyntacticRefExpr(0), InstanceReceiver(0), Getter(0), Setter(0) {
562 ObjCMethodDecl *setter = RefExpr->getImplicitPropertySetter(); local
563 assert(setter && "both setter and getter are null - cannot happen");
565 setter->getSelector().getIdentifierInfoForSlot(0);
581 /// Try to find the most accurate setter declaration for the property
584 /// \return true if a setter was found, in which case Setter
    [all...]
SemaExprMember.cpp 427 // Also must look for a getter or setter name which uses property syntax.
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/chromium_org/v8/test/mjsunit/
indexed-accessors.js 84 // Using a setter where only a getter is defined does not throw an exception,
90 // Using a getter where only a setter is defined returns undefined.
94 // Setter works
object-create.js 101 // Add a setter foo that runs a function.
212 assertTrue(/Setter must be a function/.test(e));
strict-mode.js 201 // Setter and data (non-strict)
376 // setter parameter when the body is strict
    [all...]
  /external/v8/test/mjsunit/
indexed-accessors.js 84 // Using a setter where only a getter is defined does not throw an exception,
90 // Using a getter where only a setter is defined returns undefined.
94 // Setter works
object-create.js 101 // Add a setter foo that runs a function.
212 assertTrue(/Setter must be a function/.test(e));
strict-mode.js 201 // Setter and data (non-strict)
376 // setter parameter when the body is strict
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestObject.idl 307 [ActivityLog=Setter] attribute long activityLoggedAttrSetter1;
308 [PerWorldBindings, ActivityLog=Setter] attribute long activityLoggedAttrSetter2;
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 210 const ObjCMethodDecl *Setter,
224 const ParmVarDecl *argDecl = *Setter->param_begin();
240 // looking into setter's implementation for backing weak ivar.
260 SourceLocation EndLoc = Setter->getDeclaratorEndLoc();
263 commit.remove(CharSourceRange::getCharRange(Setter->getLocStart(), EndLoc));
289 // Is this a valid setter, matching the target getter?
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 683 static void Setter(v8::Local<v8::String> name,
736 &TestApiCallbacks::Setter, data);
776 &TestApiCallbacks::Setter, data);
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 618 if (ObjCMethodDecl *Setter = D->getSetterMethodDecl()) {
619 getEntityInfo(Setter, SetterEntity, SA);
620 DInfo.ObjCPropDeclInfo.setter = &SetterEntity;
622 DInfo.ObjCPropDeclInfo.setter = 0;
    [all...]
  /external/chromium_org/v8/src/
api.cc 1331 AccessorSetterCallback setter = local
1439 NamedPropertySetterCallback setter = local
1487 IndexedPropertySetterCallback setter = local
    [all...]
messages.js 79 setter_must_be_callable: ["Setter must be a function: ", "%0"],
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 1236 milliseconds

1 2