Home | History | Annotate | Download | only in AST

Lines Matching full:getter

553   /// to the getter, the setter, or both.
566 // implicit property with no getter (because the 'foo' -> 'setFoo:'
601 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
607 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
612 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
617 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
622 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
627 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
666 /// getter.
738 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
740 PropertyOrGetter.setPointer(Getter);