Lines Matching refs:ObjCPropertyRefExpr
56 Expr *rebuildObjCPropertyRefExpr(ObjCPropertyRefExpr *refExpr) { in rebuildObjCPropertyRefExpr()
63 return new (S.Context) ObjCPropertyRefExpr( in rebuildObjCPropertyRefExpr()
68 return new (S.Context) ObjCPropertyRefExpr( in rebuildObjCPropertyRefExpr()
109 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) in rebuild()
266 ObjCPropertyRefExpr *RefExpr;
267 ObjCPropertyRefExpr *SyntacticRefExpr;
276 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr) : in ObjCPropertyOpBuilder()
543 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType()
707 if (ObjCPropertyRefExpr * in rebuildAndCaptureObject()
708 refE = dyn_cast<ObjCPropertyRefExpr>(syntacticBase->IgnoreParens())) in rebuildAndCaptureObject()
1530 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectRValue()
1531 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectRValue()
1562 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectIncDec()
1563 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectIncDec()
1598 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectAssignment()
1599 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectAssignment()