HomeSort by relevance Sort by last modified time
    Searched defs:Setter (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.h 69 Setter = 1 << 6 // property is a setter
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 409 // Also must look for a getter or setter name which uses property syntax.
    [all...]
SemaPseudoObject.cpp 24 // as a message-send of the associated 'setter' selector, typically:
224 ObjCMethodDecl *Setter;
231 SyntacticRefExpr(0), InstanceReceiver(0), Getter(0), Setter(0) {
513 ObjCMethodDecl *setter = RefExpr->getImplicitPropertySetter(); local
514 assert(setter && "both setter and getter are null - cannot happen");
516 setter->getSelector().getIdentifierInfoForSlot(0);
532 /// Try to find the most accurate setter declaration for the property
535 /// \return true if a setter was found, in which case Setter
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 514 /// pointer is an (optional) ObjCMethodDecl and Setter may be set.
516 /// the pointer is an ObjCPropertyDecl and Setter is always null.
520 /// to the getter, the setter, or both.
528 /// \brief Contains the Setter method pointer and MethodRefFlags bit flags.
568 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
574 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
579 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
584 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
589 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
594 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0)
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 906 ObjCMethodDecl *Setter = ReadDeclAs<ObjCMethodDecl>(Record, Idx);
907 E->setImplicitProperty(Getter, Setter, MethodRefFlags);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 412 enum Type { Constant = 1, Getter = 2, Setter = 4 };
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 255 milliseconds