Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCPropertyRefExpr

1789           ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1793 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1804 return new (Context) ObjCPropertyRefExpr(
1809 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1873 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
1877 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
2009 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
2013 return new (Context) ObjCPropertyRefExpr(
3293 ACCResult VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *e) {
3777 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) {