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()
270 ObjCPropertyRefExpr *RefExpr;
271 ObjCPropertyRefExpr *SyntacticRefExpr;
280 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr, bool IsUnique) in ObjCPropertyOpBuilder()
553 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType()
717 if (ObjCPropertyRefExpr * in rebuildAndCaptureObject()
718 refE = dyn_cast<ObjCPropertyRefExpr>(syntacticBase->IgnoreParens())) in rebuildAndCaptureObject()
1535 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectRValue()
1536 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectRValue()
1568 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectIncDec()
1569 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectIncDec()
1606 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectAssignment()
1607 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectAssignment()