Home | History | Annotate | Download | only in AST

Lines Matching defs:ObjCPropertyRefExpr

537 /// ObjCPropertyRefExpr - A dot-syntax expression to access an ObjC
539 class ObjCPropertyRefExpr : public Expr {
573 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t,
585 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t,
596 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
607 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
617 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
627 explicit ObjCPropertyRefExpr(EmptyShell Empty)