Lines Matching refs:ObjCPropertyRefExpr
55 Expr *rebuildObjCPropertyRefExpr(ObjCPropertyRefExpr *refExpr) { in rebuildObjCPropertyRefExpr()
62 return new (S.Context) ObjCPropertyRefExpr( in rebuildObjCPropertyRefExpr()
67 return new (S.Context) ObjCPropertyRefExpr( in rebuildObjCPropertyRefExpr()
108 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) in rebuild()
265 ObjCPropertyRefExpr *RefExpr;
266 ObjCPropertyRefExpr *SyntacticRefExpr;
275 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr, bool IsUnique) in ObjCPropertyOpBuilder()
548 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType()
712 if (ObjCPropertyRefExpr * in rebuildAndCaptureObject()
713 refE = dyn_cast<ObjCPropertyRefExpr>(syntacticBase->IgnoreParens())) in rebuildAndCaptureObject()
1529 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectRValue()
1530 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectRValue()
1562 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectIncDec()
1563 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectIncDec()
1600 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectAssignment()
1601 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectAssignment()