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 417 // 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:
215 ObjCMethodDecl *Setter;
222 SyntacticRefExpr(0), InstanceReceiver(0), Getter(0), Setter(0) {
485 ObjCMethodDecl *setter = RefExpr->getImplicitPropertySetter(); local
486 assert(setter && "both setter and getter are null - cannot happen");
488 setter->getSelector().getIdentifierInfoForSlot(0);
504 /// Try to find the most accurate setter declaration for the property
507 /// \return true if a setter was found, in which case Setter
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 511 /// pointer is an (optional) ObjCMethodDecl and Setter may be set.
513 /// the pointer is an ObjCPropertyDecl and Setter is always null.
517 /// to the getter, the setter, or both.
525 /// \brief Contains the Setter method pointer and MethodRefFlags bit flags.
565 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
571 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
576 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
581 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
586 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
591 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0)
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 894 ObjCMethodDecl *Setter = ReadDeclAs<ObjCMethodDecl>(Record, Idx);
895 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 315 milliseconds