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()
274 ObjCPropertyRefExpr *RefExpr;
275 ObjCPropertyRefExpr *SyntacticRefExpr;
284 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr, bool IsUnique) in ObjCPropertyOpBuilder()
558 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType()
722 if (ObjCPropertyRefExpr * in rebuildAndCaptureObject()
723 refE = dyn_cast<ObjCPropertyRefExpr>(syntacticBase->IgnoreParens())) in rebuildAndCaptureObject()
1539 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectRValue()
1540 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectRValue()
1571 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectIncDec()
1572 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectIncDec()
1609 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectAssignment()
1610 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectAssignment()