Lines Matching refs:ObjCPropertyRefExpr
57 Expr *rebuildObjCPropertyRefExpr(ObjCPropertyRefExpr *refExpr) { in rebuildObjCPropertyRefExpr()
64 return new (S.Context) ObjCPropertyRefExpr( in rebuildObjCPropertyRefExpr()
69 return new (S.Context) ObjCPropertyRefExpr( in rebuildObjCPropertyRefExpr()
110 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) in rebuild()
272 ObjCPropertyRefExpr *RefExpr;
273 ObjCPropertyRefExpr *SyntacticRefExpr;
282 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr, bool IsUnique) in ObjCPropertyOpBuilder()
555 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType()
721 if (ObjCPropertyRefExpr * in rebuildAndCaptureObject()
722 refE = dyn_cast<ObjCPropertyRefExpr>(syntacticBase->IgnoreParens())) in rebuildAndCaptureObject()
1452 if (ObjCPropertyRefExpr *refExpr in checkRValue()
1453 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkRValue()
1485 if (ObjCPropertyRefExpr *refExpr in checkIncDec()
1486 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkIncDec()
1523 if (ObjCPropertyRefExpr *refExpr in checkAssignment()
1524 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkAssignment()