Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCPropertyRefExpr

1542           ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1546 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1557 return new (Context) ObjCPropertyRefExpr(
1562 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1626 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
1630 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
1765 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
1769 return new (Context) ObjCPropertyRefExpr(
3042 ACCResult VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *e) {
3526 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) {